Skip to content

Commit

Permalink
fix(git-actions) ci aws region
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoPorfirio01 committed Aug 3, 2024
1 parent 0bd51cf commit 9dc236c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Configure AWS Credentials for China region audience
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-2
aws-region: us-east-1
role-to-assume: arn:aws:iam::163547640766:role/ecr_role

- name: Login to AWS ECR
Expand Down

0 comments on commit 9dc236c

Please sign in to comment.