We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f2366 commit 1b4b33dCopy full SHA for 1b4b33d
.github/workflows/docker-publish.yaml
@@ -49,7 +49,7 @@ jobs:
49
# https://github.com/docker/login-action
50
- name: Log into registry ${{ env.REGISTRY }}
51
if: github.event_name != 'pull_request'
52
- uses: docker/login-action@v3.0.0
+ uses: docker/login-action@v3.1.0
53
with:
54
registry: ${{ env.REGISTRY }}
55
username: ${{ github.actor }}
0 commit comments