From 77b61d3f33211f0c8e3a1c7fa2fe13d354894dd7 Mon Sep 17 00:00:00 2001 From: garbelo Date: Sat, 14 Feb 2026 18:41:30 +0000 Subject: [PATCH] Change backend build context --- .gitea/workflows/example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/example.yaml b/.gitea/workflows/example.yaml index e21f970..c1fde60 100644 --- a/.gitea/workflows/example.yaml +++ b/.gitea/workflows/example.yaml @@ -50,7 +50,7 @@ jobs: - name: Build backend and push it to registry uses: docker/build-push-action@v5 with: - context: frontend + context: backend push: true tags: ${{ secrets.REGISTRY_URL }}/${{ env.DOCKER_ORG }}/backed-analytics-demo:${{ env.BRANCH_NAME }} platforms: linux/amd64