diff --git a/Jenkinsfile b/Jenkinsfile index ce61da1..5fb5963 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ node { stage('Build image') { /* This builds the actual image */ - app = docker.build("anandr72/nodeapp") + app = docker.build("vtk123/nodeapp") } stage('Test image') {