From 7d8a987007fa8299ada591ac15aaa4b8f71bc618 Mon Sep 17 00:00:00 2001 From: Welton Rodrigo Torres Nascimento Date: Sat, 10 Mar 2018 18:10:38 -0300 Subject: [PATCH] Retirada de variáveis de building --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c562ae..f6688e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,15 +9,15 @@ before_script: build-master: stage: build script: - - docker build --pull -t "$CI_REGISTRY_IMAGE" . - - docker push "$CI_REGISTRY_IMAGE" + - docker build --pull -t index.docker.io/kubesei/solr . + - docker push index.docker.io/kubesei/solr only: - master build: stage: build script: - - docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" . - - docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" + - docker build --pull -t "index.docker.io/kubesei/solr:$CI_COMMIT_REF_SLUG" . + - docker push "index.docker.io/kubesei/solr:$CI_COMMIT_REF_SLUG" except: - master -- libgit2 0.21.2