From cc823fe5e7281d3fc71562f8f005a35ab7029142 Mon Sep 17 00:00:00 2001 From: Nitin Date: Thu, 5 Dec 2024 12:30:21 +0530 Subject: [PATCH] fix: build backend workflow --- .github/workflows/build_backend.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_backend.yaml b/.github/workflows/build_backend.yaml index f6ee603..46b5ecf 100644 --- a/.github/workflows/build_backend.yaml +++ b/.github/workflows/build_backend.yaml @@ -1,6 +1,6 @@ --- -name: Build docker image- backend application +name: Build docker image - backend application on: push: @@ -53,7 +53,7 @@ jobs: - name: Build and push uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 with: - context: . + context: ./edc-chat-app-backend file: ./edc-chat-app-backend/Dockerfile platforms: linux/amd64, linux/arm64 push: ${{ github.event_name != 'pull_request' }}