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.
1 parent 2a1bc98 commit 4936a3fCopy full SHA for 4936a3f
actions/docker/build-image/action.yml
@@ -219,10 +219,10 @@ runs:
219
- uses: docker/setup-buildx-action@v3
220
with:
221
# FIXME: upgrade version when available (https://github.com/docker/buildx/releases)
222
- version: v0.20.1
+ version: v0.21.2
223
# FIXME: upgrade version when available (https://hub.docker.com/r/moby/buildkit)
224
driver-opts: |
225
- image=moby/buildkit:v0.19.0
+ image=moby/buildkit:v0.20.1
226
227
- uses: docker/login-action@v3
228
0 commit comments