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