From de4bc2896ef846fc96ec187ba6e0d85627fe6181 Mon Sep 17 00:00:00 2001 From: Ryu <143592595+Ryusei77@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:56:34 +0700 Subject: [PATCH] Update buildspec.yml --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 855ca9e..92a3bbd 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -13,7 +13,7 @@ phases: - aws --version - echo $AWS_DEFAULT_REGION - $(aws ecr get-login --no-include-email --region us-east-1) - - REPOSITORY_URI=.dkr.ecr.us-east-1.amazonaws.com/aws-ecs-docker + - REPOSITORY_URI=128910725455.dkr.ecr.us-east-1.amazonaws.com/testrepo - COMMIT_HASH=$(echo $CODEBUILD_RESOLVED_SOURCE_VERSION | cut -c 1-7) - IMAGE_TAG=${COMMIT_HASH:=latest} build: