From f99242bdcbab9a0b139a0695f818e644ac92d35d Mon Sep 17 00:00:00 2001 From: Farid Ahmadian <farid.ahmadian@flixbus.com> Date: Thu, 27 Feb 2020 16:14:20 +0000 Subject: [PATCH] PLT-1811 Migrate from dcr.mfb.io to dcr.flix.tech --- .gitlab-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3fcdeb9..dec3067 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,4 @@ +--- stages: - build @@ -7,9 +8,9 @@ variables: build: stage: build script: - - docker build -t dcr.mfb.io/devops/nexenta_exporter:${VERSION} . - - docker push dcr.mfb.io/devops/nexenta_exporter:${VERSION} - - docker tag dcr.mfb.io/devops/nexenta_exporter:${VERSION} dcr.mfb.io/devops/nexenta_exporter:latest - - docker push dcr.mfb.io/devops/nexenta_exporter:latest + - docker build -t dcr.flix.tech/platform/core/nexenta_exporter:${VERSION} . + - docker push dcr.flix.tech/platform/core/nexenta_exporter:${VERSION} + - docker tag dcr.flix.tech/platform/core/nexenta_exporter:${VERSION} dcr.flix.tech/platform/core/nexenta_exporter:latest + - docker push dcr.flix.tech/platform/core/nexenta_exporter:latest tags: - autoscaling -- GitLab