WIP proxy #3

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

View File

@@ -50,7 +50,7 @@ jobs:
- name: Build backend and push it to registry - name: Build backend and push it to registry
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: frontend context: backend
push: true push: true
tags: ${{ secrets.REGISTRY_URL }}/${{ env.DOCKER_ORG }}/backed-analytics-demo:${{ env.BRANCH_NAME }} tags: ${{ secrets.REGISTRY_URL }}/${{ env.DOCKER_ORG }}/backed-analytics-demo:${{ env.BRANCH_NAME }}
platforms: linux/amd64 platforms: linux/amd64