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 7a5dca6 commit b0470d8Copy full SHA for b0470d8
.github/workflows/containers.yml
@@ -83,6 +83,6 @@ jobs:
83
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
84
with:
85
context: ./
86
- push: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
+ push: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
87
tags: ${{ steps.meta.outputs.tags }}
88
file: Dockerfile.${{ matrix.target }}
0 commit comments