Skip to content

Commit

Permalink
Downgrade Docker buildx to stable v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Sep 26, 2021
1 parent 4040946 commit 718292e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ commands:
- run:
name: Install Docker buildx
command: |
docker build --platform=local --quiet -o ~ git://github.com/docker/buildx
docker build --platform=local --quiet -o ~ git://github.com/docker/buildx.git#v0.6.3
mkdir -p ~/.docker/cli-plugins
mv ~/buildx ~/.docker/cli-plugins/docker-buildx
environment:
Expand Down

0 comments on commit 718292e

Please sign in to comment.