We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0aa919d + 8cf6781 commit 510cff9Copy full SHA for 510cff9
.github/workflows/container_upload.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: docker/setup-buildx-action@v4
27
28
- name: Log in to ghcr.io with docker
29
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
30
with:
31
registry: ghcr.io
32
username: ${{ github.repository_owner }}
.github/workflows/dispatch_container_upload.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
0 commit comments