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

This commit is contained in:
Garrett Mills 2022-11-29 00:55:53 -06:00
parent dfc242b638
commit c5ef755c3f

View File

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