Skip to content

Commit b0470d8

Browse files
authored
fix: push images to registry (#454)
1 parent 7a5dca6 commit b0470d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ jobs:
8383
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
8484
with:
8585
context: ./
86-
push: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
86+
push: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
8787
tags: ${{ steps.meta.outputs.tags }}
8888
file: Dockerfile.${{ matrix.target }}

0 commit comments

Comments
 (0)