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