diff --git a/Jenkinsfile b/Jenkinsfile index 71187ff..33615bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { echo 'Starting docker image build' script { - docker.withRegistry("pkg.northcode.no") { + docker.withRegistry("https://pkg.northcode.no") { def image = docker.build("pkg.northcode.no/telegram-leetbot") image.push() }