Skip to content

Commit 0c7c549

Browse files
authored
Adding config release for bazel build (istio#135)
1 parent f5281ad commit 0c7c549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def postsubmit(gitUtils, bazel, utils) {
5959
stage('Docker Push') {
6060
def images = 'proxy,proxy_debug'
6161
def tags = "${gitUtils.GIT_SHORT_SHA},\$(date +%Y-%m-%d-%H.%M.%S),latest"
62-
utils.publishDockerImages(images, tags)
62+
utils.publishDockerImages(images, tags, 'release')
6363
}
6464
}
6565
}

0 commit comments

Comments
 (0)