Changing to using the Docker socket
This commit is contained in:
@@ -9,8 +9,10 @@ stages:
|
||||
- Push Images
|
||||
|
||||
variables:
|
||||
DOCKER_HOST: tcp://docker:2375/
|
||||
DOCKER_HOST: unix:///var/run/docker.sock
|
||||
# DOCKER_HOST: tcp://docker:2375/
|
||||
DOCKER_DRIVER: overlay2
|
||||
GIT_STRATEGY: clone
|
||||
|
||||
build-base:
|
||||
stage: Build Base
|
||||
|
||||
Reference in New Issue
Block a user