diff --git a/Jenkinsfile b/Jenkinsfile index 43c6308..253a49a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -95,7 +95,7 @@ pipeline { stage('Docker Push'){ steps { - withCredentials([usernamePassword(credentialsId:'registry-basic', usernameVariable:'REG_USER', passwordVariable:'REG_PASS')]){ + withCredentials([usernamePassword(credentialsId:'reg-creds', usernameVariable:'REG_USER', passwordVariable:'REG_PASS')]){ sh ''' set -eux docker logout ${REGISTRY} || true