Fix build command

Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
pull/71/head
Stefan Scherer 3 years ago
parent fe2686fe00
commit f232e36815
No known key found for this signature in database
GPG Key ID: 505AF50C5D02E697

4
Jenkinsfile vendored

@ -10,7 +10,7 @@ pipeline {
when {
branch 'master'
}
sh "docker build docker/getting-started ."
sh "docker build -t docker/getting-started ."
steps {
withDockerRegistry([url: "", credentialsId: "dockerbuildbot-index.docker.io"]) {
@ -19,4 +19,4 @@ pipeline {
}
}
}
}
}

Loading…
Cancel
Save