We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397480d commit c4de0e2Copy full SHA for c4de0e2
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28
29
- name: Log in to the GitHub Container registry
30
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
31
with:
32
registry: ghcr.io
33
username: ${{ github.actor }}
0 commit comments