versioning

This commit is contained in:
2025-12-15 10:44:16 -05:00
parent 9742c66fea
commit d0378aba9e

4
Jenkinsfile vendored
View File

@@ -87,8 +87,8 @@ pipeline {
stage('Tag Latest') { stage('Tag Latest') {
steps { steps {
echo 'Tagging deployed images as latest...' echo 'Tagging deployed images as latest...'
sh "docker tag ${IMAGE_FRONTEND_NAME} chore-app-frontend: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 ${APP_BACKEND_NAME}:${BASE_VERSION}-${BUILD_NUMBER} ${APP_BACKEND_NAME}:latest"
} }
} }