We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea2622 commit 7229cc9Copy full SHA for 7229cc9
.github/workflows/ec2-pipeline.yml
@@ -75,7 +75,7 @@ jobs:
75
fi
76
77
# Get ECR login command and execute it
78
- $(aws ecr get-login --no-include-email --region $AWS_REGION)
+ $(aws ecr get-login --no-include-email --region ap-south-1)
79
aws ecr get-login-password --region ap-south-1 | docker login --username AWS --password-stdin 306093656765.dkr.ecr.ap-south-1.amazonaws.com
80
81
- name: Set up AWS CLI credentials
0 commit comments