Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 677b9ad

Browse files
update ecr login --no-include-email
1 parent 8660a8c commit 677b9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ make_task_def(){
9696
}
9797

9898
push_ecr_image(){
99-
eval $(aws ecr get-login --region $AWS_REGION)
99+
eval $(aws ecr get-login --region $AWS_REGION --no-include-email)
100100
docker push $ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/$AWS_REPOSITORY:$CIRCLE_SHA1
101101
}
102102

0 commit comments

Comments
 (0)