Changed DOCKER_HOST for public docker service image
This commit is contained in:
parent
833c327deb
commit
bd535db735
@ -7,7 +7,7 @@ stages:
|
|||||||
variables:
|
variables:
|
||||||
VERSION: dind-${ARCH}
|
VERSION: dind-${ARCH}
|
||||||
CACHETAG: build-${ARCH}
|
CACHETAG: build-${ARCH}
|
||||||
DOCKER_HOST: tcp://${CI_REGISTRY}-leenooks-ci-docker:2375
|
DOCKER_HOST: tcp://docker:2375
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
Reference in New Issue
Block a user