Skip to content

Commit

Permalink
Only push on manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyfothergill committed May 6, 2024
1 parent 8a18100 commit ff72e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
with:
context: .
file: ${{ env.DOCKERFILE }}
push: true
push: ${{ github.event_name == 'workflow_dispatch' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down

0 comments on commit ff72e3e

Please sign in to comment.