test
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Christoph Honal 2020-02-14 07:58:44 +01:00
parent 11423d36e1
commit 8c4705a755
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ steps:
- docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
- docker buildx create --use --name crosscomp --buildkitd-flags '--debug'
- docker buildx inspect --bootstrap
- docker login --username $DOCKER_USERNAME --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.chrz.de:443/public/hello-ci .
- docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD registry.chrz.de
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=true --progress tty -t registry.chrz.de/public/hello-ci .
volumes:
- name: docker_socket
path: /var/run/docker.sock