Skip to content

Commit

Permalink
skip image push in pr event
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Dec 15, 2024
1 parent 7516caf commit da6e370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: docker/[email protected]
with:
context: .
push: true
push: ${{ github.event_name != 'pull_request' }}
build-args:
MOEFLOW_BUILD_ID=${{ github.repository }}:${{ github.ref }}:${{ github.sha }}
cache-from:
Expand Down

0 comments on commit da6e370

Please sign in to comment.