Updates to using docker - no longer using ci-docker
This commit is contained in:
parent
d1fc525823
commit
46fa50bf77
@ -3,10 +3,10 @@ stages:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
CACHETAG: build-${VERSION}
|
CACHETAG: build-${VERSION}
|
||||||
DOCKER_HOST: tcp://${CI_REGISTRY}-leenooks-ci-docker:2375
|
DOCKER_HOST: tcp://docker:2375
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- ${CI_REGISTRY}/leenooks/ci-docker:dind-${VERSION}
|
- docker:dind
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- docker info
|
- docker info
|
||||||
|
Reference in New Issue
Block a user