mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
69f70c0388
commit
1796497d72
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -42,7 +42,7 @@ pipeline {
|
|||
// cleanup current user docker credentials
|
||||
sh 'rm -f ~/.dockercfg ~/.docker/config.json || true'
|
||||
docker.withRegistry("https://257307634175.dkr.ecr.ap-northeast-2.amazonaws.com", "ecr:ap-northeast-2:AWSCredentials") {
|
||||
docker.image("aws00-spring-petclonic:latest").push()
|
||||
docker.image("spring-petclonic:latest").push()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue