From d1fc52582372909b9d9664fe2b70623286d51bdc Mon Sep 17 00:00:00 2001 From: Deon George Date: Mon, 22 Oct 2018 23:22:37 +1100 Subject: [PATCH] Change to use correct docker:dind architecture --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6468ca1..867c868 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ variables: DOCKER_HOST: tcp://${CI_REGISTRY}-leenooks-ci-docker:2375 services: -- ${CI_REGISTRY}/leenooks/ci-docker:dind +- ${CI_REGISTRY}/leenooks/ci-docker:dind-${VERSION} before_script: - docker info