Skip to content

Commit 22a4f32

Browse files
committed
login
1 parent 95c13b1 commit 22a4f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: docker/setup-buildx-action@v3
2929

3030
- name: Log in to GitHub Docker Registry
31-
if: github.event_name != 'pull_request'
31+
# if: github.event_name != 'pull_request'
3232
uses: docker/login-action@v3
3333
with:
3434
registry: ghcr.io

0 commit comments

Comments
 (0)