Skip to content

Commit

Permalink
Merge pull request docker#71 from StefanScherer/fix-jenkinsfile
Browse files Browse the repository at this point in the history
Fix build command
  • Loading branch information
StefanScherer authored Jul 15, 2020
2 parents fe2686f + f232e36 commit 288a57e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]) {
Expand All @@ -19,4 +19,4 @@ pipeline {
}
}
}
}
}

0 comments on commit 288a57e

Please sign in to comment.