diff --git a/Jenkinsfile b/Jenkinsfile index beba441..5328b5e 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', 'DockerHub') { - def customImage = docker.build("miltonc/dockerwebapp") + def customImage = docker.build("sergey/dockerwebapp") /* Push the container to the custom Registry */ customImage.push() } -} \ No newline at end of file +}