From 7f86b8ddf57e129aacddb8b029912f27579c569b Mon Sep 17 00:00:00 2001 From: Nitin Date: Thu, 5 Dec 2024 12:37:05 +0530 Subject: [PATCH] fix: context path --- .github/workflows/build_backend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_backend.yaml b/.github/workflows/build_backend.yaml index 5771624..cedf214 100644 --- a/.github/workflows/build_backend.yaml +++ b/.github/workflows/build_backend.yaml @@ -33,7 +33,7 @@ jobs: - name: Build and push uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 with: - context: ./edc-chat-app-backend + context: . file: ./edc-chat-app-backend/Dockerfile platforms: linux/amd64, linux/arm64 push: ${{ github.event_name != 'pull_request' }}