We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98644a7 commit 09f645cCopy full SHA for 09f645c
.github/workflows/containers.yml
@@ -83,6 +83,6 @@ jobs:
83
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
84
with:
85
context: ./
86
- push: true
+ push: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
87
tags: ${{ steps.meta.outputs.tags }}
88
file: Dockerfile.${{ matrix.target }}
0 commit comments