We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0061e28 commit 057326eCopy full SHA for 057326e
.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@v3.3.0
+ uses: docker/login-action@v3.4.0
56
with:
57
registry: ${{ env.REGISTRY }}
58
username: ${{ github.actor }}
0 commit comments