Skip to content

Commit ac341d3

Browse files
committed
chore(ci): Push to ghcr unconditionally
1 parent 6fa46e6 commit ac341d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: docker/build-push-action@v6
5252
with:
5353
context: .
54-
push: ${{ github.event_name != 'pull_request' }}
54+
push: true
5555
tags: ${{ steps.meta.outputs.tags }}
5656
labels: ${{ steps.meta.outputs.labels }}
5757
platforms: linux/amd64

0 commit comments

Comments
 (0)