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 9fd4beb commit c2dc065Copy full SHA for c2dc065
.github/workflows/containers.yml
@@ -57,6 +57,6 @@ jobs:
57
uses: docker/build-push-action@v4
58
with:
59
context: ./
60
- push: true
+ push: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
61
tags: ${{ steps.meta.outputs.tags }}
62
file: Dockerfile.${{ matrix.target }}
0 commit comments