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 1cbb8f4 commit ccf647bCopy full SHA for ccf647b
.github/workflows/dockerhub.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v4
25
26
- name: Log in to Docker Hub
27
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
+ uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
28
with:
29
username: ${{ secrets.DOCKER_HUB_USERNAME }}
30
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
0 commit comments