We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c43c6c + f1065a4 commit 9a72ff0Copy full SHA for 9a72ff0
1 file changed
.github/workflows/release-please.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
47
- name: Login to Docker Hub
48
if: ${{ steps.release.outputs.release_created }}
49
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
50
with:
51
username: ${{ secrets.DOCKER_HUB_USERNAME }}
52
password: ${{ secrets.DOCKER_HUB_TOKEN }}
0 commit comments