Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Commit

Permalink
Fix registry
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
  • Loading branch information
StefanScherer committed May 13, 2019
1 parent f1e726a commit 9483e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -22,7 +22,7 @@ pipeline {
expression { params.push }
}
steps {
withDockerRegistry([credentialsId: 'fb721cc7-c508-4691-b6a4-403337e42ecc', url: "https://index.docker.io/v1/"]) {
withDockerRegistry(url: "https://index.docker.io/v1/", credentialsId: 'dockerbuildbot-index.docker.io') {
sh 'make push'
}
}
Expand Down

0 comments on commit 9483e5e

Please sign in to comment.