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
936872bfd5
commit
f9e519d3a5
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -9,7 +9,7 @@ pipeline {
|
|||
REGION = "ap-northeast-2"
|
||||
DOCKER_IMAGE_NAME="spring-petclinic"
|
||||
DOCKER_TAG="1.0"
|
||||
ECR_REPOSITORY = "25730763417.dkr.ecr.ap-northeast-2.amazonaws.com"
|
||||
ECR_REPOSITORY = "257307634175.dkr.ecr.ap-northeast-2.amazonaws.com"
|
||||
ECR_DOCKER_IMAGE = "${ECR_REPOSITORY}/${DOCKER_IMAGE_NAME}"
|
||||
ECR_DOCKER_TAG = "${DOCKER_TAG}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue