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.
2 parents 378fb4a + 43800fe commit bd5f0d5Copy full SHA for bd5f0d5
.github/workflows/dockerhub.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v3
25
26
- name: Log in to Docker Hub
27
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
+ uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
28
with:
29
username: ${{ secrets.DOCKER_HUB_USERNAME }}
30
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
0 commit comments