versioning
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -87,8 +87,8 @@ pipeline {
|
||||
stage('Tag Latest') {
|
||||
steps {
|
||||
echo 'Tagging deployed images as latest...'
|
||||
sh "docker tag ${IMAGE_FRONTEND_NAME} chore-app-frontend:latest"
|
||||
sh "docker tag ${APP_BACKEND_NAME}:${BASE_VERSION}-${BUILD_NUMBER} ${APP_BACKEND_NAME}:latest"
|
||||
//sh "docker tag ${IMAGE_FRONTEND_NAME} chore-app-frontend:latest"
|
||||
//sh "docker tag ${APP_BACKEND_NAME}:${BASE_VERSION}-${BUILD_NUMBER} ${APP_BACKEND_NAME}:latest"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user