Update run_process.sh

This commit is contained in:
lwj9812 2024-03-22 15:09:17 +09:00 committed by GitHub
parent dda830ff87
commit 7c663ec6b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
REGION="ap-northeast-2"
ECR_REPOSITORY="257307634175.dkr.ecr.ap-northeast-2.amazonaws.com"
ECR_DOCKER_IMAGE="${ECR_REPOSITORY}/aws01-spring-petclinic"
ECR_DOCKER_IMAGE="${ECR_REPOSITORY}/std01-spring-petclinic"
ECR_DOCKER_TAG="latest"
aws ecr get-login-password --region ${REGION} \