We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ef22c5 + 54d0315 commit 545b5eaCopy full SHA for 545b5ea
1 file changed
.github/workflows/publish-to-container-registry.yml
@@ -32,7 +32,7 @@ jobs:
32
# https://github.com/docker/login-action
33
- name: Log into registry ${{ env.REGISTRY }}
34
if: github.event_name != 'pull_request'
35
- uses: docker/login-action@v3.3.0
+ uses: docker/login-action@v3.4.0
36
with:
37
registry: ${{ env.REGISTRY }}
38
username: ${{ github.actor }}
0 commit comments