We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e202a07 commit cb6b274Copy full SHA for cb6b274
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.3.0
+ uses: docker/login-action@v3.4.0
64
with:
65
registry: ghcr.io
66
username: ${{ secrets.GIT_USER }}
0 commit comments