Skip to content

Commit

Permalink
Update ppg-docker.groovy (#2674)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniyPatlan authored Jun 5, 2024
1 parent adc2b4a commit 42fe2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppg/ppg-docker.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pipeline {
environment name: 'TARGET_REPO', value: 'DockerHub'
}
steps {
withCredentials([usernamePassword(credentialsId: 'hub.docker.com', passwordVariable: 'PASS', usernameVariable: 'USER')]) {
withCredentials([usernamePassword(credentialsId: 'hub1.docker.com', passwordVariable: 'PASS', usernameVariable: 'USER')]) {
sh """
docker login -u '${USER}' -p '${PASS}'
MAJ_VER=\$(echo ${params.PPG_VERSION} | cut -f1 -d'-' | cut -f1 -d'.')
Expand Down

0 comments on commit 42fe2ef

Please sign in to comment.