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