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

This commit is contained in:
Christoph Honal 2020-02-14 07:38:20 +01:00
parent d2f3cee070
commit 35fa23fb8e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ steps:
- docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 - docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
- 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
- docker buildx build --output=type=image,push=true --progress tty -t stargate01/hello-ci . - docker buildx build --output=type=image,push=true --progress tty -t stargate01/hello-ci .
volumes: volumes:
- name: docker_socket - name: docker_socket