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 fc0f100 commit cd1caa7Copy full SHA for cd1caa7
.github/workflows/publish.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Log in to Docker Hub
103
# Only attempt to log in if we later attempt to push.
104
if: ${{ env.PUSH == 'true' }}
105
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
106
with:
107
username: ${{ secrets.DOCKER_HUB_USER }}
108
password: ${{ secrets.DOCKER_HUB_KEY }}
0 commit comments