We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef31765 commit 719a82dCopy full SHA for 719a82d
.circleci/config.yml
@@ -110,6 +110,19 @@ commands:
110
default: DOCKER_PASS
111
steps:
112
- checkout
113
+
114
+ - setup_remote_docker:
115
+ version: '20.10.2'
116
117
+ - run:
118
+ name: Install Docker buildx
119
+ command: |
120
+ docker build --platform=local -o ~ git://github.com/docker/buildx
121
+ mkdir -p ~/.docker/cli-plugins
122
+ mv ~/buildx ~/.docker/cli-plugins/docker-buildx
123
+ environment:
124
+ DOCKER_BUILDKIT: 1
125
126
- run:
127
name: Build Docker image and push to Docker Hub
128
command: |
0 commit comments