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 73a43d8 + 7cdc14e commit 1f5dd31Copy full SHA for 1f5dd31
.github/workflows/docker.yml
@@ -63,7 +63,7 @@ jobs:
63
repository: wiki/
64
- name: Login to Docker Hub
65
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
66
- uses: docker/login-action@v1
+ uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 # dependabot updates to latest release
67
with:
68
username: ${{secrets.DOCKERHUB_USERNAME}}
69
password: ${{secrets.DOCKERHUB_TOKEN}}
0 commit comments