diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7605265..4d716a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,5 +4,5 @@ before_script: build_image: script: - docker build -t ctf . - - docker tag fusionplay:latest localhost:8084/ctf + - docker tag ctf:latest localhost:8084/ctf - docker push localhost:8084/ctf