From a34ae78a12d322861a3677cd92c5e4cc0ffe5c03 Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Fri, 14 Feb 2020 07:05:06 +0100 Subject: [PATCH] test --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f15a456..3fd3086 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,8 +11,6 @@ steps: image: alexviscreanu/buildx commands: - 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 --output=type=image,push=true --progress tty -t registry.chrz.de:443/public/hello-ci . volumes: