Skip to content

Commit

Permalink
Update backend-service-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantxpatel committed Dec 7, 2023
1 parent 58e8edb commit 2f9145b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/backend-service-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 2f9145b

Please sign in to comment.