We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9de9b2 commit 7e1074dCopy full SHA for 7e1074d
1 file changed
.github/workflows/builder.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Login to GitHub Container Registry
61
if: needs.init.outputs.publish == 'true'
62
- uses: docker/login-action@v2.2.0
+ uses: docker/login-action@v3.0.0
63
with:
64
registry: ghcr.io
65
username: ${{ github.repository_owner }}
0 commit comments