Skip to content

Commit

Permalink
fix: workflow aws region
Browse files Browse the repository at this point in the history
  • Loading branch information
zerj9 committed Sep 15, 2024
1 parent 1bf83ef commit 68929a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_to_ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68929a5

Please sign in to comment.