hm
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Christoph Honal 2020-02-13 23:15:56 +01:00
parent 83299a3154
commit 1c1cfb2bac
1 changed files with 8 additions and 9 deletions

View File

@ -1,10 +1,10 @@
kind: pipeline kind: pipeline
name: default name: default
# volumes: volumes:
# - name: docker_socket - name: docker_socket
# host: host:
# path: /var/run/docker.sock path: /var/run/docker.sock
steps: steps:
- name: build - name: build
@ -23,11 +23,10 @@ steps:
- docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 - docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
- docker buildx create --use --name crosscomp - docker buildx create --use --name crosscomp
- docker buildx inspect --bootstrap - docker buildx inspect --bootstrap
- docker login --username $DOCKER_USER --password $DOCKER_PASSWORD registry.chrz.de:443 - docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=true --progress tty -t registry:5000/hello-ci:latest-dev .
- docker buildx build --output=type=image,push=true --progress tty -t registry.chrz.de:443/hello-ci:latest-dev . volumes:
# volumes: - name: docker_socket
# - name: docker_socket path: /var/run/docker.sock
# path: /var/run/docker.sock
- name: notify - name: notify
image: drillster/drone-email image: drillster/drone-email
settings: settings: