WIP proxy #3

Open
garbelo wants to merge 65 commits from proxy into main
Showing only changes of commit 3ea406044b - Show all commits

View File

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