From d30a4ac4450d2a502b248675743d868fc113883d Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Fri, 14 Feb 2020 06:17:28 +0100 Subject: [PATCH] Test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1cf6392..0464403 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: - docker buildx create --use --name crosscomp - docker buildx inspect --bootstrap - docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD registry.chrz.de:443 - - docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=true --progress tty -t registry.chrz.de:443/chonal/hello-ci . + - docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=true --progress tty -t registry.chrz.de:443/public/hello-ci . volumes: - name: docker_socket path: /var/run/docker.sock