From 4c1ae0b4bc1bb2976efa8ae4814a1058553515af Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 18 Aug 2023 23:12:08 -0400 Subject: [PATCH] add buildspec.yml file --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index ec9184bc5..cd4fe102e 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -18,7 +18,7 @@ phases: - echo Build completed on `date` post_build: commands: - - $(aws ecr get-login-password --region $AWS_REGION --no-include-email) + - $(aws ecr get-login-password --region $AWS_REGION) - aws ecr describe-repositories --registry-id ${AWS_ACC} --repository-name ${REPO} - docker push $REPOSITORY_URI/${REPO}:latest artifacts: