Skip to content

Commit

Permalink
revert default region hard coding
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRushton committed Aug 9, 2024
1 parent 20bbae8 commit d4fde89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
with:
aws-access-key-id: ${{ secrets.EMA_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.EMA_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
aws-region: ${{ secrets.EMA_AWS_DEFAULT_REGION }}
- name: Login to Amazon ECR
# if: env.DOCKER_PUSH=='true'
id: login-ecr
Expand Down

0 comments on commit d4fde89

Please sign in to comment.