Fix build command
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
This commit is contained in:
parent
fe2686fe00
commit
f232e36815
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -10,7 +10,7 @@ pipeline {
|
|||||||
when {
|
when {
|
||||||
branch 'master'
|
branch 'master'
|
||||||
}
|
}
|
||||||
sh "docker build docker/getting-started ."
|
sh "docker build -t docker/getting-started ."
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
withDockerRegistry([url: "", credentialsId: "dockerbuildbot-index.docker.io"]) {
|
withDockerRegistry([url: "", credentialsId: "dockerbuildbot-index.docker.io"]) {
|
||||||
@ -19,4 +19,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user