Skip to content

Commit

Permalink
specify region manually
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-farooq committed Sep 20, 2024
1 parent 7f78cdd commit a3319c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecr-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::509399598081:role/GHActions20240920000443762500000001
aws-region: ${{ env.AWS_REGION }}
aws-region: "us-east-1"

- name: Login to Amazon ECR
id: login-ecr
Expand Down

0 comments on commit a3319c2

Please sign in to comment.