From 2f9145b828153d5f77de119d373050690c68f174 Mon Sep 17 00:00:00 2001 From: hemantxpatel Date: Thu, 7 Dec 2023 16:31:21 +0530 Subject: [PATCH] Update backend-service-build.yaml --- .github/workflows/backend-service-build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/backend-service-build.yaml b/.github/workflows/backend-service-build.yaml index f367266d..0334d4f8 100644 --- a/.github/workflows/backend-service-build.yaml +++ b/.github/workflows/backend-service-build.yaml @@ -79,8 +79,7 @@ jobs: - name: Push image uses: docker/build-push-action@v5 with: - working-directory: mxd/backend-service - context: . + context: mxd/backend-service push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}