diff --git a/ci/Jenkinsfile.release b/ci/Jenkinsfile.release index e4c42ed99..476b09ae2 100644 --- a/ci/Jenkinsfile.release +++ b/ci/Jenkinsfile.release @@ -95,6 +95,7 @@ pipeline { /* If Git ref is a tag push it as Docker tag too. */ if (params.GIT_REF ==~ /v\d+\.\d+\.\d+.*/) { image.push(params.GIT_REF) + image.push('latest-release') } } } }