From aa18e3516ff8e606be47a7cf3cad05609d698bc0 Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Thu, 13 Feb 2020 23:24:33 +0100 Subject: [PATCH] test --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 246554d..d167463 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,9 +18,7 @@ steps: - docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 - docker buildx create --use --name crosscomp - docker buildx inspect --bootstrap - - echo "nameserver 127.0.0.11" >> /etc/resolv.conf - - cat /etc/resolv.conf - - docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=true --progress tty -t registry:5000/hello-ci:latest-dev . + - docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --output=type=image,push=true --progress tty -t 192.168.240.3:5000/hello-ci:latest-dev . volumes: - name: docker_socket path: /var/run/docker.sock