Update .gitlab-ci.yml

This commit is contained in:
Julien Cabillot 2018-10-05 20:20:21 +00:00
parent 83ec820bf5
commit 9674f724d5

View File

@ -8,7 +8,8 @@ before_script:
build-master:
stage: build
tags: arm64
tags:
- arm64
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE" .
- docker push "$CI_REGISTRY_IMAGE"
@ -17,7 +18,8 @@ build-master:
build:
stage: build
tags: arm64
tags:
- arm64
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" .
- docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"