From 38e5b4040e47c75b46ee358ebe86993f7de99216 Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Fri, 14 Feb 2020 07:13:40 +0100 Subject: [PATCH] hm --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f15a456..f0b6e9c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +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 - - docker buildx build --output=type=image,push=true --progress tty -t registry.chrz.de:443/public/hello-ci . + - docker buildx build --output=type=image,name=registry.chrz.de:443/public/hello-ci:latest,push=true --progress tty -t registry.chrz.de:443/public/hello-ci . volumes: - name: docker_socket path: /var/run/docker.sock