Publish release if TAG name exists
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
parent
87d16e9d72
commit
8a512f603f
|
@ -72,6 +72,10 @@ pipeline {
|
|||
docker.image("${DOCKER_IDENTITY}").push("latest")
|
||||
docker.image("${DOCKER_IDENTITY_NGINX}").push("latest")
|
||||
}
|
||||
if (env.TAG_NAME) {
|
||||
docker.image("${DOCKER_IDENTITY}").push("${env.TAG_NAME}")
|
||||
docker.image("${DOCKER_IDENTITY_NGINX}").push("${env.TAG_NAME}")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue