This commit is contained in:
		| @@ -10,9 +10,9 @@ steps: | ||||
| - name: build   | ||||
|   image: docker | ||||
|   commands: | ||||
|     - mkdir -p ~/.docker | ||||
|     - 'echo {"experimental": "enabled"} > ~/.docker/config.json' | ||||
|     - service docker restart | ||||
|     - apk add --update curl | ||||
|     - curl --create-dirs --url https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64 --output ~/.docker/cli-plugins/docker-buildx | ||||
|     - chmod a+x ~/.docker/cli-plugins/docker-buildx | ||||
|     - docker info | ||||
|     - docker buildx --progress plain -t dagobert:latest . | ||||
|   volumes: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user