From c9075be6e042f703f29b4ef1f056b5e4f055ccbc Mon Sep 17 00:00:00 2001 From: "cartsnitch-engineer[bot]" Date: Fri, 3 Apr 2026 17:07:03 +0000 Subject: [PATCH] fix(ci): correct API Docker build context to api/ directory --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e39fb6..cdcc6b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -334,8 +334,8 @@ jobs: - name: Build and push API Docker image uses: docker/build-push-action@v6 with: - context: . - file: ./api/Dockerfile + context: ./api + file: ./Dockerfile push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}