We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d9ba9 commit 56898aeCopy full SHA for 56898ae
.github/workflows/publish-docker.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
docker run --rm ${{ env.TEST_WEAVER_TAG }} --help
45
- name: Log in to Docker Hub
46
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
47
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
48
with:
49
username: ${{ secrets.DOCKER_USERNAME }}
0 commit comments