We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32e69af + c2d0c6c commit 20cda78Copy full SHA for 20cda78
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
run: echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
21
22
- name: Log in to GHCR
23
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
24
with:
25
registry: ghcr.io
26
username: ${{ github.actor }}
0 commit comments