Skip to content

Commit

Permalink
Merge pull request #1636 from crazy-max/v0.10_backport_ci-update-ver
Browse files Browse the repository at this point in the history
[v0.10 backport] ci: update buildx and buildkit to latest
  • Loading branch information
crazy-max committed Feb 16, 2023
2 parents b5b9de6 + c960d16 commit 79e156b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ on:
- 'docs/**'

env:
BUILDX_VERSION: "v0.10.0"
BUILDKIT_IMAGE: "moby/buildkit:v0.11.1"
BUILDX_VERSION: "latest"
BUILDKIT_IMAGE: "moby/buildkit:latest"
REPO_SLUG: "docker/buildx-bin"
DESTDIR: "./bin"

Expand Down

0 comments on commit 79e156b

Please sign in to comment.