From 8781a05b33b9c4ca5d733f4f5eecb76763a4e387 Mon Sep 17 00:00:00 2001 From: espidev Date: Sun, 4 Feb 2018 15:31:11 -0500 Subject: [PATCH] ci fix --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 554dbd4..b0442d2 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 localhost:8084/fusionplay - - docker push localhost:8084/fusionplay + - docker tag fusionplay:latest dolphinbox.net:8084/fusionplay + - docker push dolphinbox.net:8084/fusionplay