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 722be66 commit 9fbaa6cCopy full SHA for 9fbaa6c
.github/workflows/docker-publish.yml
@@ -52,7 +52,7 @@ jobs:
52
# https://github.com/docker/login-action
53
- name: Log into registry ${{ env.REGISTRY }}
54
if: github.event_name != 'pull_request'
55
- uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
+ uses: docker/login-action@ef38ec311a7df3f01475313e7c5bb584b74b112a
56
with:
57
registry: ${{ env.REGISTRY }}
58
username: ${{ github.actor }}
0 commit comments