We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3298d7c commit d2db67bCopy full SHA for d2db67b
.github/workflows/release.yaml
@@ -45,7 +45,7 @@ jobs:
45
run: ./scripts/build.sh
46
47
- name: Docker Login
48
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
49
with:
50
registry: ghcr.io
51
username: ${{ github.actor }}
0 commit comments