Skip to content

Commit

Permalink
Merge pull request #26 from docker/chubing-patch-1
Browse files Browse the repository at this point in the history
Update Jenkinsfile
  • Loading branch information
chubing authored Jun 12, 2017
2 parents dcc0d2b + 5df61ef commit 1a918f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ node('docker') {
}
// Push to private repo to do security scan on container
docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-$maintainer") {
def baseImg = docker.build("$maintainer/security-scan-$imagename")
def baseImg = docker.build("tieradmin/security-scan-$imagename")
baseImg.push("$tag")
}

Expand Down

0 comments on commit 1a918f8

Please sign in to comment.