We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30e95cd + a55a801 commit f269c2dCopy full SHA for f269c2d
1 file changed
.github/workflows/ci.yml
@@ -212,7 +212,7 @@ jobs:
212
213
- uses: docker/setup-buildx-action@v4.0.0
214
215
- - uses: docker/login-action@v4.0.0
+ - uses: docker/login-action@v4.1.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