fix(ci): fix jenkins docker deploy
This commit is contained in:
parent
7de71b0b4b
commit
1184b95e61
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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()
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user