From 28e238fe8a0f7c739ea1ad7d3941572986db2ee9 Mon Sep 17 00:00:00 2001 From: Ryu <143592595+Ryusei77@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:11:00 +0700 Subject: [PATCH] Update buildspec.yml --- buildspec.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 855ca9e..defe15e 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -13,7 +13,6 @@ 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 - COMMIT_HASH=$(echo $CODEBUILD_RESOLVED_SOURCE_VERSION | cut -c 1-7) - IMAGE_TAG=${COMMIT_HASH:=latest} build: