This commit is contained in:
parent
a8e7930278
commit
f6459cca67
@ -8,12 +8,8 @@ volumes:
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: docker
|
||||
image: alexviscreanu/buildx
|
||||
commands:
|
||||
- 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
|
||||
- ls -la ~/.docker/cli-plugins
|
||||
- docker info
|
||||
- docker buildx --progress plain -t dagobert:latest .
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user