Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ phases:
commands:
- echo Logging in to Amazon ECR...
- aws --version
- $(aws ecr get-login --region $AWS_DEFAULT_REGION --no-include-email)
- REPOSITORY_URI=077708451457.dkr.ecr.ap-south-1.amazonaws.com/node-app
# - aws ecr get-login --region $AWS_DEFAULT_REGION --no-include-email
- aws ecr get-login-password | docker login --username AWS --password-stdin 486887731419.dkr.ecr.us-east-2.amazonaws.com
- REPOSITORY_URI=486887731419.dkr.ecr.us-east-2.amazonaws.com/prasanth123
- COMMIT_HASH=$(echo $CODEBUILD_RESOLVED_SOURCE_VERSION | cut -c 1-7)
- IMAGE_TAG=build-$(echo $CODEBUILD_BUILD_ID | awk -F":" '{print $2}')
build:
Expand Down