mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
updated registry
updated registry
This commit is contained in:
parent
14bbf84d43
commit
6fcd3924fd
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ node {
|
||||||
server.upload(uploadSpec)
|
server.upload(uploadSpec)
|
||||||
}
|
}
|
||||||
stage('Petclinic Docker Image') {
|
stage('Petclinic Docker Image') {
|
||||||
docker.withRegistry('https://hub.docker.com/', 'dockerhub') {
|
docker.withRegistry('https://registry.hub.docker.com/', 'dockerhub') {
|
||||||
|
|
||||||
def customImage = docker.build("petclinic")
|
def customImage = docker.build("petclinic")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue