diff --git a/Jenkinsfile b/Jenkinsfile index 184ffacc1..abe03e357 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ pipeline { } steps { script { - docker.withRegistry('https://registry.hub.docker.com', 'Docker_Hub_sprientera') { + docker.withRegistry('https://registry.hub.docker.com', 'Docker_Hub') { app.push("${env.BUILD_NUMBER}") app.push("latest") }