We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f7c32 commit 3c37625Copy full SHA for 3c37625
.circleci/config.yml
@@ -115,8 +115,8 @@ jobs:
115
- run:
116
name: ECR Login
117
command: |
118
- curl -O https://bootstrap.pypa.io/get-pip.py && python get-pip.py
119
- pip install awscli==1.16.292
+ sudo apt-get update && sudo apt-get install --yes python3 python3-pip
+ pip3 install awscli
120
$(aws ecr get-login --no-include-email --region ${AWS_REGION} --registry-ids ${AWS_ACCOUNT_ID})
121
122
name: Build and push image
0 commit comments