Skip to content

Commit

Permalink
ci: fix docker build on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseylin committed Jul 27, 2023
1 parent cdad552 commit f334381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ${{ matrix.context }}
push: ${{ inputs.push-images }}
push: ${{ inputs.push-images || github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit f334381

Please sign in to comment.