From dcf146824f4a4bf2d6602f1089e25370483a1708 Mon Sep 17 00:00:00 2001 From: csetirtha <43646506+csetirtha@users.noreply.github.com> Date: Sat, 13 Oct 2018 16:51:14 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cbdde644..cf01e666 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ node { * First, the incremental build number from Jenkins * Second, the 'latest' tag. * Pushing multiple tags is cheap, as all the layers are reused. */ - docker.withRegistry('https://registry.hub.docker.com', 'docker-hub-credentials') { + docker.withRegistry('https://registry.hub.docker.com', 'csetirtha') { app.push("${env.BUILD_NUMBER}") app.push("latest") }