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