Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added gte tag to base
wgthom committed Apr 20, 2019
1 parent 97fc4a9 commit 2dc9ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
@@ -70,8 +70,8 @@ pipeline {
steps {
script {
docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-${maintainer}") {
def baseImg = docker.build("${maintainer}/${imagename}:base", "--no-cache --pull base")
baseImg.push("base")
def baseImg = docker.build("${maintainer}/${imagename}:base-${tag}", "--no-cache --pull base")
baseImg.push("base-${tag}")
}
}
}

0 comments on commit 2dc9ad8

Please sign in to comment.