From ea6947ad7f4aae8f0888c7014a5c4456ece0718f Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 19 May 2025 18:41:32 -0400 Subject: [PATCH] fix: context directory for Laravel API so Docker can build properly --- .github/workflows/backend.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index bc33965..877539b 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -33,7 +33,8 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v4 with: - context: . + context: ./API + file: ./API/docker/production/Dockerfile push: true # If the branch is deployment, tag the image with prod (otherwise, tag it with dev) tags: |