Skip to content

Commit 7229cc9

Browse files
committed
change workflow
1 parent bea2622 commit 7229cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ec2-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
fi
7676
7777
# Get ECR login command and execute it
78-
$(aws ecr get-login --no-include-email --region $AWS_REGION)
78+
$(aws ecr get-login --no-include-email --region ap-south-1)
7979
aws ecr get-login-password --region ap-south-1 | docker login --username AWS --password-stdin 306093656765.dkr.ecr.ap-south-1.amazonaws.com
8080
8181
- name: Set up AWS CLI credentials

0 commit comments

Comments
 (0)