Skip to content

Commit

Permalink
Update push option in nginx.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tfirdaus committed Jan 7, 2024
1 parent e0906ad commit f3561d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
push: false
push: ${{ github.event_name != 'pull_request' }}
provenance: false
file: ${{ env.IMAGE_FILE }}
tags: ${{ env.IMAGE_TAG }}
Expand Down

0 comments on commit f3561d4

Please sign in to comment.