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