Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Common push incantation
Jim Van Fleet committed Aug 30, 2016
1 parent 991a369 commit cc67601
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
@@ -57,9 +57,9 @@ node {

stage 'SHIP: Base'

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

0 comments on commit cc67601

Please sign in to comment.