We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb9987f + ed710ef commit f12b384Copy full SHA for f12b384
1 file changed
.github/workflows/ci.yml
@@ -325,7 +325,7 @@ jobs:
325
326
- uses: docker/setup-buildx-action@v4.1.0
327
328
- - uses: docker/login-action@v4.1.0
+ - uses: docker/login-action@v4.2.0
329
with:
330
registry: ghcr.io
331
username: ${{ github.repository_owner }}
@@ -384,7 +384,7 @@ jobs:
384
385
images: ${{ env.REGISTRY_IMAGE }}
386
387
388
389
390
0 commit comments