From 2673a7984d397dbb182650ca356a0025affeed82 Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Thu, 13 Feb 2020 21:07:32 +0100 Subject: [PATCH] hm --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d7a9aec..9ce7eb6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ steps: - docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 - docker buildx create --use --name crosscomp - docker buildx inspect --bootstrap - - docker buildx build --cache-to=type=registry,ref=hello-ci --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=false --progress tty -t hello-ci:latest-multi . + - docker buildx build --cache-to=type=registry,ref=registry.chrz.de:443/hello-ci --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=false --progress tty -t registry.chrz.de:443/hello-ci:latest-multi . - docker image ls - docker buildx imagetools inspect hello-ci:latest-multi volumes: