Skip to content

Commit

Permalink
Switch ECR region to eu-central-1 (#2092)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM authored May 27, 2021
1 parent 75c7109 commit f044b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecr-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
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: eu-central-1

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

0 comments on commit f044b4a

Please sign in to comment.