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