Skip to content

Commit

Permalink
correct registry url 2
Browse files Browse the repository at this point in the history
  • Loading branch information
toschoch committed Dec 9, 2018
1 parent 6ba62d7 commit cf1eaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ node('docker') {
}

stage('Push Image') {
docker.withRegistry('https://index.docker.io/v1','docker public') {
docker.withRegistry('https://index.docker.io/v2','docker public') {
withCredentials([
usernamePassword(credentialsId: 'docker public',
usernameVariable: 'USERNAME',
Expand Down

0 comments on commit cf1eaea

Please sign in to comment.