We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f69353 commit 32b250bCopy full SHA for 32b250b
1 file changed
.github/workflows/_docker-publish.yml
@@ -37,13 +37,13 @@ jobs:
37
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
38
39
- name: Log in to Docker Hub
40
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
41
with:
42
username: ${{ secrets.DOCKER_USERNAME }}
43
password: ${{ secrets.DOCKER_PASSWORD }}
44
45
- name: Log in to GitHub container registry
46
47
48
registry: ghcr.io
49
username: ${{ github.actor }}
0 commit comments