We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee464c5 commit d8060f2Copy full SHA for d8060f2
actions/dockerhub-login/action.yaml
@@ -27,7 +27,7 @@ runs:
27
DOCKERHUB_PASSWORD=dockerhub:password
28
29
- name: Log in to Docker Hub
30
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
31
with:
32
username: ${{ env.DOCKERHUB_USERNAME }}
33
password: ${{ env.DOCKERHUB_PASSWORD }}
0 commit comments