From c5ef755c3fd35b6d588e50a393b77c969bbfcc13 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Tue, 29 Nov 2022 00:55:53 -0600 Subject: [PATCH] Drone: tweak wait time & fix docker daemon port --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9223931..b2079a3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,10 +24,10 @@ steps: image: docker:latest privileged: true commands: - - "sleep 30" + - "sleep 10" - "docker build -t $DOCKER_REGISTRY/garrettmills/www ." - "docker push $DOCKER_REGISTRY/garrettmills/www" environment: - DOCKER_HOST: tcp://localhost:2375 + DOCKER_HOST: tcp://localhost:2376 DOCKER_REGISTRY: from_secret: DOCKER_REGISTRY