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 f07eda3Copy full SHA for f07eda3
.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@5e57cd118135c172c3672efd75eb46360885c0ef
36
with:
37
username: ${{ secrets.DOCKER_USERNAME }}
38
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments