diff --git a/Jenkinsfile b/Jenkinsfile index 7878be1..a492aa1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent any environment { //be sure to replace "willbla" with your own Docker Hub username - DOCKER_IMAGE_NAME = "willbla/train-schedule" + DOCKER_IMAGE_NAME = "ola07/train-schedule" } stages { stage('Build') { @@ -53,4 +53,4 @@ pipeline { } } } -} \ No newline at end of file +}