Skip to content

Commit 4020cdc

Browse files
committed
Update push condition in ghcr_publish workflow
1 parent 375e349 commit 4020cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ghcr_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: docker/build-push-action@v5
7272
with:
7373
context: .
74-
push: ${{ github.event_name != 'pull_request' && github.ref != 'refs/heads/dev' }}
74+
push: true
7575
tags: ${{ steps.meta.outputs.tags }}
7676
labels: ${{ steps.meta.outputs.labels }}
7777
platforms: ${{ matrix.arch }}

0 commit comments

Comments
 (0)