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 fd4d2f9 commit fac197aCopy full SHA for fac197a
1 file changed
.github/workflows/docker_release.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
40
41
- name: Login to DockerHub
42
- uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
+ uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
43
with:
44
username: ${{ secrets.DOCKER_HUB_USER }}
45
password: ${{ secrets.DOCKER_HUB_TOKEN }}
0 commit comments