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 bd0bf6c commit 296ceb2Copy full SHA for 296ceb2
.github/workflows/docker.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/checkout@v4
33
34
- name: Log in to Docker Hub
35
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
+ uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
36
with:
37
username: ${{ secrets.DOCKER_USERNAME }}
38
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments