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 0501605 commit f007077Copy full SHA for f007077
1 file changed
.github/workflows/docker.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Log into registry ${{ env.REGISTRY }}
54
if: github.event_name != 'pull_request'
55
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
56
with:
57
registry: ${{ env.REGISTRY }}
58
username: ${{ secrets.DOCKERHUB_USERNAME }}
0 commit comments