From d2f3cee070554c469cc9d7943380de9e40c8a489 Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Fri, 14 Feb 2020 07:38:04 +0100 Subject: [PATCH] hm --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1636bee..b760f22 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,7 @@ steps: - 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 - - cat ~/.docker/config.json - - docker buildx build --output=type=image,push=true --progress tty -t registry.chrz.de:443/public/hello-ci . + - docker buildx build --output=type=image,push=true --progress tty -t stargate01/hello-ci . volumes: - name: docker_socket path: /var/run/docker.sock