We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c13b1 commit 22a4f32Copy full SHA for 22a4f32
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: docker/setup-buildx-action@v3
29
30
- name: Log in to GitHub Docker Registry
31
- if: github.event_name != 'pull_request'
+ # if: github.event_name != 'pull_request'
32
uses: docker/login-action@v3
33
with:
34
registry: ghcr.io
0 commit comments