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