Skip to content

Commit 05f7ac8

Browse files
author
Vasuki Dileep
committed
Change aws cli version fix
1 parent 22a1547 commit 05f7ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: ECR Login
5151
command: |
5252
sudo apt-get update && sudo apt-get install --yes python3 python3-pip
53-
pip3 install awscli==2.8.3
53+
pip3 install awscli==1.25.93
5454
$(aws ecr get-login --no-include-email --region ${AWS_REGION} --registry-ids ${AWS_ACCOUNT_ID})
5555
- run:
5656
name: Build and push main image

0 commit comments

Comments
 (0)