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 7b89a94 commit 52e612dCopy full SHA for 52e612d
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
id: buildx
29
uses: docker/setup-buildx-action@v2
30
- name: Login to GitHub Container Registry
31
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
32
with:
33
registry: ghcr.io
34
username: ${{ github.actor }}
0 commit comments