From 29723cdb69e0192a75594972438935bcb0971445 Mon Sep 17 00:00:00 2001 From: EspiDev Date: Mon, 29 Oct 2018 18:34:28 -0400 Subject: [PATCH] Update registry --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0442d2..b34f989 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,5 +4,5 @@ before_script: build_image: script: - docker build -t fusionplay . - - docker tag fusionplay:latest dolphinbox.net:8084/fusionplay - - docker push dolphinbox.net:8084/fusionplay + - docker tag fusionplay:latest registry.estinet.net/estinet/fusionplay + - docker push registry.estinet.net/estinet/fusionplay