From 6046760db61e3833507c76e9146e9b4ef6d18ac5 Mon Sep 17 00:00:00 2001 From: abbad23 <124784762+abbad23@users.noreply.github.com> Date: Wed, 10 May 2023 16:55:34 +0500 Subject: [PATCH] buildspec.yml --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 922dcf424..7884127ed 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -7,7 +7,7 @@ phases: - 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 + - REPOSITORY_URI=public.ecr.aws/i1u3l8c7/demo-app - COMMIT_HASH=$(echo $CODEBUILD_RESOLVED_SOURCE_VERSION | cut -c 1-7) - IMAGE_TAG=build-$(echo $CODEBUILD_BUILD_ID | awk -F":" '{print $2}') build: