Skip to content

Commit

Permalink
Merge pull request #1556 from crazy-max/0.10.1_cherry_picks
Browse files Browse the repository at this point in the history
[v0.10] cherry-picks for v0.10.1
  • Loading branch information
tonistiigi authored Jan 26, 2023
2 parents 6d93562 + 0090d49 commit 481796f
Show file tree
Hide file tree
Showing 25 changed files with 523 additions and 364 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: docs-release
on:
release:
types:
- releases
- released

jobs:
open-pr:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ To remove this alias, run [`docker buildx uninstall`](docs/reference/buildx_unin
# Buildx 0.6+
$ docker buildx bake "https://github.com/docker/buildx.git"
$ mkdir -p ~/.docker/cli-plugins
$ mv ./bin/buildx ~/.docker/cli-plugins/docker-buildx
$ mv ./bin/build/buildx ~/.docker/cli-plugins/docker-buildx

# Docker 19.03+
$ DOCKER_BUILDKIT=1 docker build --platform=local -o . "https://github.com/docker/buildx.git"
Expand Down
Loading

0 comments on commit 481796f

Please sign in to comment.