Update gitlab-ci for 5.0.3

This commit is contained in:
Deon George 2019-02-20 22:29:42 +11:00
parent 7fd747f661
commit ac0bdc3231

View File

@ -5,12 +5,12 @@ stages:
- build
variables:
VERSION: 4.9.2-fpm
VERSION: 5.0.3-fpm
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