We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d070283 commit ebd1a57Copy full SHA for ebd1a57
.github/workflows/docker-publish.yml
@@ -51,7 +51,7 @@ jobs:
51
# https://github.com/docker/login-action
52
- name: Log into registry ${{ env.REGISTRY }}
53
if: github.event_name != 'pull_request'
54
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
55
with:
56
registry: ${{ env.REGISTRY }}
57
username: ${{ github.actor }}
0 commit comments