change docker image tag build process

This commit is contained in:
Guillermo
2026-02-17 10:42:21 +00:00
parent 7a931d32ba
commit 4cd49d8c9a

View File

@@ -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