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 fe6219b commit 9a5d78bCopy full SHA for 9a5d78b
.github/workflows/containers.yml
@@ -79,6 +79,6 @@ jobs:
79
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
80
with:
81
context: ./
82
- push: true
+ push: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
83
tags: ${{ steps.meta.outputs.tags }}
84
file: Dockerfile.${{ matrix.target }}
0 commit comments