diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc3e809..6fbf716 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,4 +74,4 @@ publish: - docker push $registry_host/$registry_img:$APP_VERSION - docker logout $registry_host - docker login $docker_host -u $docker_user -p $docker_pass - - docker push $docker_host/$docker_img:$APP_VERSION \ No newline at end of file + - docker push $docker_img:$APP_VERSION \ No newline at end of file