We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903ff6f commit 1366251Copy full SHA for 1366251
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@v3.4.0
+ uses: docker/login-action@v3.5.0
63
with:
64
registry: ghcr.io
65
username: ${{ github.repository_owner }}
0 commit comments