Skip to content

Commit

Permalink
fixed docker registry url
Browse files Browse the repository at this point in the history
  • Loading branch information
toschoch committed Dec 9, 2018
1 parent 6fd8db8 commit def2433
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('registry.hub.docker.io','docker public') {
docker.withRegistry('https://.docker.io','docker public') {
builtImage.push()
}
}
Expand Down

0 comments on commit def2433

Please sign in to comment.