diff --git a/Jenkinsfile b/Jenkinsfile index beba441..b9ea4d8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,11 +2,11 @@ node { checkout scm - docker.withRegistry('https://registry.hub.docker.com', 'dockerHub') { + docker.withRegistry('https://registry.hub.docker.com', 'cloudraknas') { def customImage = docker.build("miltonc/dockerwebapp") /* Push the container to the custom Registry */ customImage.push() } -} \ No newline at end of file +}