We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b13b9 commit 2ebfc48Copy full SHA for 2ebfc48
1 file changed
.github/workflows/build-and-push.yml
@@ -31,13 +31,13 @@ jobs:
31
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
32
33
- name: Login to DockerHub
34
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
35
with:
36
username: ${{ secrets.DOCKER_USERNAME }}
37
password: ${{ secrets.DOCKER_PASSWORD }}
38
39
- name: Login to GitHub Container Registry
40
41
42
registry: ghcr.io
43
username: ${{ github.repository_owner }}
0 commit comments