Skip to content

Commit

Permalink
Use us-west-2 region in prod (#1794)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 authored Jan 31, 2023
1 parent 17997a7 commit 895530f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD-adot-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v1-node16
with:
role-to-assume: ${{ secrets.COLLECTOR_PROD_RELEASE_ROLE_ARN }}
aws-region: us-east-1
aws-region: us-west-2

- name: Login to Public Release ECR
uses: docker/login-action@v2
Expand Down

0 comments on commit 895530f

Please sign in to comment.