diff --git a/Jenkinsfile b/Jenkinsfile index 9b50194d9..f1e3810f5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,7 @@ pipeline{ steps{ script{ def ImageTag = env.BRANCH_NAME == 'main' ? 'latest' : GIT_COMMIT_SHORT - sh "docker build -t $REGISTRY_URL/$IMAGE_NAME:$imageTag ." + sh "docker build -t www.github.com/prankumargrid/$IMAGE_NAME:$imageTag ." } } }