There was an error while loading. Please reload this page.
1 parent adcdc45 commit 0856bd2Copy full SHA for 0856bd2
buildspec.yml
@@ -11,10 +11,10 @@ phases:
11
- echo Logging in to Amazon ECR....
12
- aws --version
13
# update the following line with your own region
14
- - $(aws ecr get-login --no-include-email --region eu-west-1)
+ - $(aws ecr get-login --no-include-email --region us-east-1)
15
- COMMIT_HASH=$(echo $CODEBUILD_RESOLVED_SOURCE_VERSION | cut -c 1-7)
16
- IMAGE_TAG=${COMMIT_HASH:=latest}
17
- - REPOSITORY_URI=123456789.dkr.ecr.eu-west-1.amazonaws.com/sample/sampleapp
+ - REPOSITORY_URI=502015294952.dkr.ecr.us-east-1.amazonaws.com/spring-kotlin-app
18
build:
19
commands:
20
- echo mvn build started on `date`
0 commit comments