We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0f2b1 commit 20c0ca2Copy full SHA for 20c0ca2
.github/workflows/dockerhub-image-build-dev.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@v4
35
36
- name: Log in to Docker Hub
37
- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
38
with:
39
username: ${{ secrets.DOCKER_USERNAME }}
40
password: ${{ secrets.DOCKER_PASSWORD }}
.github/workflows/dockerhub-image-build-main.yml
0 commit comments