From 09f5bebf766abb50be6d96c090630b810d393b6d Mon Sep 17 00:00:00 2001 From: AbdulTalha <75717827+AbdulTalha@users.noreply.github.com> Date: Mon, 7 Jun 2021 10:30:53 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ce61da1..fbbdee5 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("docker19031990/nodeapp") } stage('Test image') {