Merge pull request #1544 from jedevc/v0.10-bump-ci

[v0.10] Bump Buildx and BuildKit versions in GitHub actions
This commit is contained in:
Justin Chadwell 2023-01-24 12:40:52 +00:00 committed by GitHub
commit 08244b12b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,8 @@ on:
- 'docs/**'
env:
BUILDX_VERSION: "v0.10.0-rc3"
BUILDKIT_IMAGE: "moby/buildkit:v0.11.0"
BUILDX_VERSION: "v0.10.0"
BUILDKIT_IMAGE: "moby/buildkit:v0.11.1"
REPO_SLUG: "docker/buildx-bin"
DESTDIR: "./bin"