Drone: fix DinD port to non-TLS
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Garrett Mills 2022-11-29 01:02:20 -06:00
parent 7d3065fb99
commit 6575acf0af

View File

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