Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Jun 12, 2017
1 parent d06e3ba commit 9775095
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 @@ -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")
}

Expand Down

0 comments on commit 9775095

Please sign in to comment.