Updates to using docker - no longer using ci-docker

This commit is contained in:
Deon George 2020-05-22 10:47:18 +10:00
parent d1fc525823
commit 46fa50bf77

View File

@ -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