Skip to content

Commit e81f0e3

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
uses: docker/setup-buildx-action@v3
3535

3636
- name: Log into registry ${{ env.REGISTRY }}
37-
if: github.event_name != 'pull_request'
3837
uses: docker/login-action@v3
3938
with:
4039
registry: ${{ env.REGISTRY }}
@@ -51,7 +50,7 @@ jobs:
5150
uses: docker/build-push-action@v6
5251
with:
5352
context: .
54-
push: ${{ github.event_name != 'pull_request' }}
53+
push: true
5554
tags: ${{ steps.meta.outputs.tags }}
5655
labels: ${{ steps.meta.outputs.labels }}
5756
platforms: linux/amd64

0 commit comments

Comments
 (0)