Now using docker:dind, update to 8.1.7

This commit is contained in:
Deon George 2019-05-07 06:32:15 +10:00
parent 1696932343
commit 9dc2c985d8

View File

@ -7,10 +7,10 @@ stages:
variables:
VERSION: 7-8.1
CACHETAG: build
DOCKER_HOST: tcp://${CI_REGISTRY}-leenooks-ci-docker:2375
DOCKER_HOST: tcp://docker:2375
services:
- ${CI_REGISTRY}/leenooks/ci-docker:dind
- docker:dind
before_script:
- docker info
@ -37,5 +37,6 @@ build:
- docker push ${CI_REGISTRY_IMAGE}:${CACHETAG}
tags:
- docker
- x86_64
only:
- master