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

This commit is contained in:
Christoph Honal 2020-02-14 07:01:34 +01:00
parent c5e68821a4
commit db954a299f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ steps:
image: alexviscreanu/buildx
commands:
- docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
- docker buildx create --use --name crosscomp --buildkitd-flag '--debug'
- 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 --output=type=image,push=true --progress tty -t registry.chrz.de:443/public/hello-ci .