Skip to content

Commit 0856bd2

Browse files
committed
Update buildspec.yml
Region and ECR URL Updated
1 parent adcdc45 commit 0856bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ phases:
1111
- echo Logging in to Amazon ECR....
1212
- aws --version
1313
# update the following line with your own region
14-
- $(aws ecr get-login --no-include-email --region eu-west-1)
14+
- $(aws ecr get-login --no-include-email --region us-east-1)
1515
- COMMIT_HASH=$(echo $CODEBUILD_RESOLVED_SOURCE_VERSION | cut -c 1-7)
1616
- IMAGE_TAG=${COMMIT_HASH:=latest}
17-
- REPOSITORY_URI=123456789.dkr.ecr.eu-west-1.amazonaws.com/sample/sampleapp
17+
- REPOSITORY_URI=502015294952.dkr.ecr.us-east-1.amazonaws.com/spring-kotlin-app
1818
build:
1919
commands:
2020
- echo mvn build started on `date`

0 commit comments

Comments
 (0)