We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36da87c commit c52e50eCopy full SHA for c52e50e
2 files changed
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
61
62
- name: Login to DockerHub
63
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
64
with:
65
username: ${{ secrets.DOCKERHUB_USERNAME }}
66
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments