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 f2abfca + 98ace8e commit 9b8f6a3Copy full SHA for 9b8f6a3
.github/workflows/docker.yml
@@ -146,7 +146,7 @@ jobs:
146
name: docker
147
path: ${{ env.IMAGE }}
148
- name: Log in to Docker Hub
149
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
150
with:
151
username: ${{ secrets.DOCKERHUB_USERNAME }}
152
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments