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 a70cd1b commit e055793Copy full SHA for e055793
.github/workflows/docker-publish.yml
@@ -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@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
57
with:
58
registry: ${{ env.REGISTRY }}
59
username: ${{ github.actor }}
0 commit comments