From 23072661892a0b61797e34f44ca2c0524ee91ad7 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 18 Aug 2023 22:57:22 -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 e1abfa73a..ec9184bc5 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -18,7 +18,7 @@ phases: - echo Build completed on `date` post_build: commands: - - $(aws ecr get-login --region $AWS_REGION --no-include-email) + - $(aws ecr get-login-password --region $AWS_REGION --no-include-email) - aws ecr describe-repositories --registry-id ${AWS_ACC} --repository-name ${REPO} - docker push $REPOSITORY_URI/${REPO}:latest artifacts: