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 2bd5280 + 396e6d7 commit 2e7b256Copy full SHA for 2e7b256
.github/workflows/docker.yml
@@ -115,7 +115,7 @@ jobs:
115
116
- name: Login to Docker Hub
117
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'
118
- uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # dependabot updates to latest release
+ uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # dependabot updates to latest release
119
with:
120
username: ${{secrets.DOCKERHUB_USERNAME}}
121
password: ${{secrets.DOCKERHUB_TOKEN}}
0 commit comments