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 6911c80 commit 923d1c3Copy full SHA for 923d1c3
.github/workflows/release-process.yml
@@ -26,7 +26,7 @@ jobs:
26
token: ${{ secrets.GITHUB_TOKEN }}
27
28
- name: Login to GitHub Container Registry
29
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
30
with:
31
registry: ghcr.io
32
username: ${{ github.actor }}
0 commit comments