Tag container with version of Mystic

This commit is contained in:
Deon George 2018-08-24 14:36:23 +10:00
parent 7f50bc1aa6
commit 2a0e74693e
1 changed files with 1 additions and 4 deletions

View File

@ -5,7 +5,7 @@ stages:
- build
variables:
VERSION: latest
VERSION: 1.12a39-armv7l
CACHETAG: build
DOCKER_HOST: tcp://docker:2375
@ -13,8 +13,6 @@ services:
- docker:dind
before_script:
- env
- set
- docker info
- docker version
- echo "$CI_JOB_TOKEN" | docker login -u "$CI_REGISTRY_USER" "$CI_REGISTRY" --password-stdin
@ -30,7 +28,6 @@ test:
- docker-armv7l
only:
- debug
- armv7l
build:
stage: build