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