We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7cbaf2 commit 6f53f50Copy full SHA for 6f53f50
.github/workflows/ci.yml
@@ -212,7 +212,7 @@ jobs:
212
213
- uses: docker/setup-buildx-action@v3.12.0
214
215
- - uses: docker/login-action@v3.7.0
+ - uses: docker/login-action@v4.0.0
216
with:
217
registry: ghcr.io
218
username: ${{ github.repository_owner }}
@@ -271,7 +271,7 @@ jobs:
271
272
images: ${{ env.REGISTRY_IMAGE }}
273
274
275
276
277
0 commit comments