We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6a257 commit 0839f54Copy full SHA for 0839f54
.github/workflows/docker-publish.yaml
@@ -53,7 +53,7 @@ jobs:
53
# https://github.com/docker/login-action
54
- name: Log into registry ${{ env.REGISTRY }}
55
if: github.event_name != 'pull_request'
56
- uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
+ uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0
57
with:
58
registry: ${{ env.REGISTRY }}
59
username: ${{ github.actor }}
0 commit comments