Set Docker Image Version to 1.0.0

pull/21/head
Niclas Thobaben 2022-02-15 18:45:25 +01:00
parent 4c5da4f26e
commit 461a70b91f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ pipeline {
DOCKER_GROUP = 'nclazz-service'
DOCKER_IMAGE = 'mail-relay'
DOCKER_TAG = "${ BRANCH_NAME == "master" ? "latest" : "develop" }"
DOCKER_VERSION = "0.0.1-SNAPSHOT"
DOCKER_VERSION = "1.0.0"
DEPLOY_ENV = "${ BRANCH_NAME == "master" ? "production" : "staging" }"
}