We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac64818 + 0cb1e11 commit 6daba83Copy full SHA for 6daba83
1 file changed
.github/workflows/publish-docker.yml
@@ -38,7 +38,7 @@ jobs:
38
-
39
name: Login to GHCR
40
if: github.event_name != 'pull_request'
41
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
42
with:
43
registry: ghcr.io
44
username: ${{ github.repository_owner }}
0 commit comments