Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b3bd631cb |
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user