Drone: tweak wait time & fix docker daemon port
continuous-integration/drone Build is failing Details

master
Garrett Mills 1 year ago
parent dfc242b638
commit c5ef755c3f

@ -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

Loading…
Cancel
Save