From 0c4a1ee8a4d0ddc6a905d993cc7d0cc5dfbb229f Mon Sep 17 00:00:00 2001 From: AppHub Developer Date: Mon, 22 Jun 2026 07:48:23 +0300 Subject: [PATCH] fix(ci): backend image build needs repo-root context (Dockerfile COPYs shared/ + backend/) --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69799c6f4..ef5992049 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,8 @@ jobs: - name: Build & push backend uses: docker/build-push-action@v5 with: - context: ./backend + context: . + file: backend/Dockerfile push: true tags: | ghcr.io/izzywdev/fuzefront-backend:${{ steps.tag.outputs.sha }}