Remove latest tag

This commit is contained in:
Erik Tiekstra
2021-11-30 10:10:52 +01:00
parent 728d3fb2e7
commit b5ae7a2112

View File

@@ -111,7 +111,6 @@ pipeline {
openshift.withCluster() {
openshift.withProject(utv_project) {
openshift.selector("bc", "${ appname }").startBuild("--from-dir=${dist_path}", "--wait=true")
openshift.tag("${ appname }:latest", "${ appname }:${BUILD_TAG}")
}
}
}