change docker image tag build process
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user