Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ea406044b | ||
|
|
4cd49d8c9a |
@@ -34,7 +34,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: frontend
|
context: frontend
|
||||||
push: true
|
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:${{ step.tagName.outputs.tag }}
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
file: frontend/Dockerfile
|
file: frontend/Dockerfile
|
||||||
|
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: backend
|
context: backend
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ secrets.REGISTRY_URL }}/${{ env.DOCKER_ORG }}/backend-analytics-demo:$GIT_TAG_NAME
|
tags: ${{ secrets.REGISTRY_URL }}/${{ env.DOCKER_ORG }}/backend-analytics-demo:${{ step.tagName.outputs.tag }}
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
file: backend/Dockerfile
|
file: backend/Dockerfile
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user