We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01cf3e7 commit 381cb72Copy full SHA for 381cb72
1 file changed
.github/workflows/publish.yml
@@ -25,12 +25,12 @@ jobs:
25
- name: Set up Docker Buildx
26
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
27
- name: DockerHub Login
28
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
+ uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
29
with:
30
username: ${{ secrets.DOCKERHUB_USERNAME }}
31
password: ${{ secrets.DOCKERHUB_TOKEN }}
32
- name: GitHub Container Registry Login
33
34
35
registry: ghcr.io
36
username: ${{ github.actor }}
0 commit comments