We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd643de + d3284ff commit 317e220Copy full SHA for 317e220
1 file changed
.github/workflows/rust.yml
@@ -209,7 +209,7 @@ jobs:
209
uses: docker/setup-buildx-action@v3
210
211
- name: Log into registry ${{ env.REGISTRY }}
212
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
213
with:
214
registry: ${{ env.REGISTRY }}
215
username: ${{ github.actor }}
@@ -298,7 +298,7 @@ jobs:
298
images: ${{ env.FULL_IMAGE_NAME }}
299
300
301
302
303
304
0 commit comments