Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #28 from docker/chubing-patch-2
Update Jenkinsfile
chubing committed Jun 12, 2017
2 parents d06e3ba + 9775095 commit 7036356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -67,7 +67,7 @@ node('docker') {
def baseImg = docker.build("$maintainer/$imagename")
baseImg.push("$tag")
// Push to private repo to do security scan on container
def baseImg = docker.build("tieradmin/security-scan-$imagename")
baseImg = docker.build("tieradmin/security-scan-$imagename")
baseImg.push("$tag")
}

0 comments on commit 7036356

Please sign in to comment.