From 4cd49d8c9aced015ac46524f2f2982cd9633f36c Mon Sep 17 00:00:00 2001 From: Guillermo Date: Tue, 17 Feb 2026 10:42:21 +0000 Subject: [PATCH] change docker image tag build process --- .gitea/workflows/tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/tag.yaml b/.gitea/workflows/tag.yaml index 9400c54..a924896 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:$GIT_TAG_NAME + tags: ${{ secrets.REGISTRY_URL }}/${{ env.DOCKER_ORG }}/frontend-analytics-demo:${{ GIT_TAG_NAME }} platforms: linux/amd64 file: frontend/Dockerfile