Drone: fix DinD port to non-TLS
continuous-integration/drone Build is passing Details

master
Garrett Mills 1 year ago
parent 7d3065fb99
commit 6575acf0af

@ -30,6 +30,6 @@ steps:
- "docker build -t $DOCKER_REGISTRY/garrettmills/www ."
- "docker push $DOCKER_REGISTRY/garrettmills/www"
environment:
DOCKER_HOST: tcp://localhost:2376
DOCKER_HOST: tcp://localhost:2375
DOCKER_REGISTRY:
from_secret: DOCKER_REGISTRY

Loading…
Cancel
Save