test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Christoph Honal 2020-02-14 07:21:47 +01:00
parent 38e5b4040e
commit 13a779e628

View File

@ -14,7 +14,8 @@ steps:
- docker buildx create --use --name crosscomp --buildkitd-flags '--debug' - docker buildx create --use --name crosscomp --buildkitd-flags '--debug'
- docker buildx inspect --bootstrap - docker buildx inspect --bootstrap
- docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD registry.chrz.de:443 - docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD registry.chrz.de:443
- docker buildx build --output=type=image,name=registry.chrz.de:443/public/hello-ci:latest,push=true --progress tty -t registry.chrz.de:443/public/hello-ci . - cat ~/.docker/config.json
- docker buildx build --output=type=image,push=true --progress tty -t registry.chrz.de:443/public/hello-ci .
volumes: volumes:
- name: docker_socket - name: docker_socket
path: /var/run/docker.sock path: /var/run/docker.sock