From 9674f724d5f9be17f309115dace5a068b4d7ab4c Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Fri, 5 Oct 2018 20:20:21 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a1e7d9..fa1505d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"