diff --git a/.github/workflows/build_to_ecr.yaml b/.github/workflows/build_to_ecr.yaml index eae71d6..3ec44eb 100644 --- a/.github/workflows/build_to_ecr.yaml +++ b/.github/workflows/build_to_ecr.yaml @@ -18,7 +18,7 @@ jobs: - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 with: - aws-region: eu-west-2 + aws-region: us-east-1 role-to-assume: arn:aws:iam::381492035828:role/GithubActions - name: Login to Amazon ECR