We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd43172 commit 3f15ab2Copy full SHA for 3f15ab2
.github/workflows/ghcr.yml
@@ -41,7 +41,7 @@ jobs:
41
${{ runner.os }}-buildx-
42
43
- name: Log in to the Container registry
44
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
45
with:
46
registry: ${{ env.REGISTRY }}
47
username: ${{ github.actor }}
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
0 commit comments