From 5b3bd631cbad8fd764838ce5108654fe8319df14 Mon Sep 17 00:00:00 2001 From: garbelo Date: Tue, 17 Feb 2026 10:50:41 +0000 Subject: [PATCH] typo fixed --- .gitea/workflows/tag.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/tag.yaml b/.gitea/workflows/tag.yaml index 7d153d6..a6c6049 100644 --- a/.gitea/workflows/tag.yaml +++ b/.gitea/workflows/tag.yaml @@ -34,7 +34,7 @@ jobs: with: context: frontend push: true - tags: ${{ secrets.REGISTRY_URL }}/${{ env.DOCKER_ORG }}/frontend-analytics-demo:${{ step.tagName.outputs.tag }} + tags: ${{ secrets.REGISTRY_URL }}/${{ env.DOCKER_ORG }}/frontend-analytics-demo:${{ steps.tagName.outputs.tag }} platforms: linux/amd64 file: frontend/Dockerfile @@ -43,7 +43,7 @@ jobs: with: context: backend push: true - tags: ${{ secrets.REGISTRY_URL }}/${{ env.DOCKER_ORG }}/backend-analytics-demo:${{ step.tagName.outputs.tag }} + tags: ${{ secrets.REGISTRY_URL }}/${{ env.DOCKER_ORG }}/backend-analytics-demo:${{ steps.tagName.outputs.tag }} platforms: linux/amd64 file: backend/Dockerfile