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