From d9430b2311a337e20fd40b77f96c094050ebd0c4 Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Thu, 13 Feb 2020 19:50:30 +0100 Subject: [PATCH] hm --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 38b6ef0..4c32d31 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 --no-cache --platform linux/amd64,linux/arm64,linux/arm/v7 --progress tty -t registry.chrz.de:443/hello-ci:latest-multi . + - docker buildx build --no-cache --platform linux/amd64,linux/arm64,linux/arm/v7 --push --progress tty -t registry.chrz.de:443/hello-ci:latest-multi . - docker buildx imagetools inspect registry.chrz.de:443/hello-ci:latest-multi volumes: - name: docker_socket