fixed typo

This commit is contained in:
2025-12-10 10:30:38 -05:00
parent 9b3ff7d143
commit 63b34bc61f

4
Jenkinsfile vendored
View File

@@ -3,8 +3,8 @@ pipeline {
environment { environment {
// Tag images with the build number so they are unique // Tag images with the build number so they are unique
BACKEND_IMAGE = "chore-app-backend:${env.BUILD_ID}" FRONTEND_IMAGE = "chore-app-backend:${env.BUILD_ID}"
FLASK_IMAGE = "chore-app-frontend:${env.BUILD_ID}" BACKEND_IMAGE = "chore-app-frontend:${env.BUILD_ID}"
} }
stages { stages {