Skip to content

Commit

Permalink
Dont push to registry on PRs (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Jun 26, 2024
1 parent c06d1ba commit 6a5d2f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ on:
jobs:
package:
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
with:
push: ${{ github.event_name != 'pull_request' }}

0 comments on commit 6a5d2f9

Please sign in to comment.