diff --git a/.github/workflows/deploy-ci-cd.yml b/.github/workflows/deploy-ci-cd.yml index bd8283b6c..a58919e03 100644 --- a/.github/workflows/deploy-ci-cd.yml +++ b/.github/workflows/deploy-ci-cd.yml @@ -34,7 +34,7 @@ jobs: aws-region: ap-south-1 - name: Login to Amazon ECR - run: aws ecr get-login-password --region ap-south-1 | docker login --username AWS --password-stdin 443751504066.dkr.ecr.your-ecs-region.amazonaws.com + run: aws ecr get-login-password --region ap-south-1 | docker login --username AWS --password-stdin 443751504066.dkr.ecr.ap-south-1.amazonaws.com - name: Build Docker image run: |