We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baab0f5 commit 5c4c7d4Copy full SHA for 5c4c7d4
1 file changed
.github/workflows/docker-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v6
24
25
- name: Log in to GHCR
26
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
27
with:
28
registry: ghcr.io
29
username: ${{ github.actor }}
0 commit comments