Drone: tweak wait time & fix docker daemon port
Some checks failed
continuous-integration/drone Build is failing
Some checks failed
continuous-integration/drone Build is failing
This commit is contained in:
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…
Reference in New Issue
Block a user