mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
add buildspec.yml file
This commit is contained in:
parent
a7c769d821
commit
2307266189
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ phases:
|
|||
- echo Build completed on `date`
|
||||
post_build:
|
||||
commands:
|
||||
- $(aws ecr get-login --region $AWS_REGION --no-include-email)
|
||||
- $(aws ecr get-login-password --region $AWS_REGION --no-include-email)
|
||||
- aws ecr describe-repositories --registry-id ${AWS_ACC} --repository-name ${REPO}
|
||||
- docker push $REPOSITORY_URI/${REPO}:latest
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue