diff --git a/.drone.yml b/.drone.yml index 015f7de..1dc74e2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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