Skip to content

Commit

Permalink
More massaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Aug 24, 2016
1 parent 50b278f commit ef6a1d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ node('docker') {
sh 'bin/ci-stop.sh'

stage 'Push'

docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-bigfleet") {
def maintainer = maintainer()
def imagename = imagename()
docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-$maintainer") {
def baseImg = docker.build("$maintainer/$imagename")
baseImg.push("$tag")
}
Expand Down

0 comments on commit ef6a1d1

Please sign in to comment.