Skip to content

Commit 79e156b

Browse files
authored
Merge pull request #1636 from crazy-max/v0.10_backport_ci-update-ver
[v0.10 backport] ci: update buildx and buildkit to latest
2 parents b5b9de6 + c960d16 commit 79e156b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ on:
2121
- 'docs/**'
2222

2323
env:
24-
BUILDX_VERSION: "v0.10.0"
25-
BUILDKIT_IMAGE: "moby/buildkit:v0.11.1"
24+
BUILDX_VERSION: "latest"
25+
BUILDKIT_IMAGE: "moby/buildkit:latest"
2626
REPO_SLUG: "docker/buildx-bin"
2727
DESTDIR: "./bin"
2828

0 commit comments

Comments
 (0)