We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2332d6b commit a9950f1Copy full SHA for a9950f1
1 file changed
.github/workflows/builder.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Login to GitHub Container Registry
64
if: needs.init.outputs.publish == 'true'
65
- uses: docker/login-action@v3.6.0
+ uses: docker/login-action@v3.7.0
66
with:
67
registry: ghcr.io
68
username: ${{ github.repository_owner }}
0 commit comments