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