fix(ci): add missing docker image name
This commit is contained in:
parent
38c46eb8de
commit
78010971ea
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,7 +8,7 @@ pipeline {
|
||||
}
|
||||
stage('docker') {
|
||||
steps {
|
||||
docker.build()
|
||||
docker.build("northcode/telegram-leetbot")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user