From b470044ed98e45c8b4b54178fbf713afc759c743 Mon Sep 17 00:00:00 2001 From: espidev Date: Sun, 4 Feb 2018 12:21:02 -0500 Subject: [PATCH] gitlabci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 767fac7..2f61323 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:5000/fusionplay - - docker push localhost:5000/fusionplay + - docker tag fusionplay:latest https://localhost:8084/fusionplay + - docker push https://localhost:8084/fusionplay