Skip to content

Commit

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

0 comments on commit 2d51f1d

Please sign in to comment.