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 76accc1Copy full SHA for 76accc1
.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@28fdb31ff34708d19615a74d67103ddc2ea9725c
36
with:
37
username: ${{ secrets.DOCKER_USERNAME }}
38
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments