Skip to content

Commit

Permalink
fix: change AWS region to us-east-1 (#3)
Browse files Browse the repository at this point in the history
ECR public is only available in us-east-1
  • Loading branch information
Thumbscrew authored Oct 15, 2023
1 parent 13300ad commit 4a7379d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
role-to-assume: ${{ secrets.AWS_IAM_ROLE }}
role-session-name: github-actions-${{ github.repository_id }}-${{ github.ref_name }}
aws-region: ${{ secrets.AWS_REGION }}
aws-region: us-east-1
- name: Login to ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
Expand Down

0 comments on commit 4a7379d

Please sign in to comment.