Skip to content

Commit

Permalink
Fix aws region
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasJorgensen committed Jun 10, 2024
1 parent dcbdb18 commit e334a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3

- name: Configure AWS credentials - Ireland
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-west-1
aws-region: us-east-1

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

0 comments on commit e334a5e

Please sign in to comment.