Skip to content

Commit 718292e

Browse files
committed
Downgrade Docker buildx to stable v0.6.3
1 parent 4040946 commit 718292e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ commands:
129129
- run:
130130
name: Install Docker buildx
131131
command: |
132-
docker build --platform=local --quiet -o ~ git://github.com/docker/buildx
132+
docker build --platform=local --quiet -o ~ git://github.com/docker/buildx.git#v0.6.3
133133
mkdir -p ~/.docker/cli-plugins
134134
mv ~/buildx ~/.docker/cli-plugins/docker-buildx
135135
environment:

0 commit comments

Comments
 (0)