fix(ci): add missing docker image name

This commit is contained in:
andreas 2019-05-13 21:31:45 +02:00
parent 38c46eb8de
commit 78010971ea

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ pipeline {
} }
stage('docker') { stage('docker') {
steps { steps {
docker.build() docker.build("northcode/telegram-leetbot")
} }
} }
} }