fix(ci): fix jenkins docker deploy

This commit is contained in:
andreas 2019-05-14 15:14:54 +02:00
parent 7de71b0b4b
commit 1184b95e61

2
Jenkinsfile vendored
View File

@ -19,7 +19,7 @@ pipeline {
echo 'Starting docker image build' echo 'Starting docker image build'
script { script {
docker.withRegistry("pkg.northcode.no") { docker.withRegistry("https://pkg.northcode.no") {
def image = docker.build("pkg.northcode.no/telegram-leetbot") def image = docker.build("pkg.northcode.no/telegram-leetbot")
image.push() image.push()
} }