We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc9191 commit 6f51dfeCopy full SHA for 6f51dfe
.github/workflows/docker-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
24
25
- name: Login to GitHub Container Registry
26
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
27
with:
28
registry: ghcr.io
29
username: ${{ github.actor }}
0 commit comments