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