We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cead146 commit b687361Copy full SHA for b687361
.github/workflows/release.yml
@@ -209,7 +209,7 @@ jobs:
209
# https://github.com/docker/login-action
210
- name: Log into registry ghcr.io
211
if: github.event_name != 'pull_request'
212
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
213
with:
214
registry: ghcr.io
215
username: ${{ github.actor }}
0 commit comments