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