ci: update buildx and buildkit to latest

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
(cherry picked from commit f1a5a3ec50fc4ebdc2e0a1457e5354d6b7002f8a)
This commit is contained in:
CrazyMax 2023-01-30 22:13:27 +01:00
parent b5b9de69d9
commit c960d16da5
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

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