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