Skip to content

Commit c9d5889

Browse files
committed
Set ECR region to us-east-1
1 parent 01bacaa commit c9d5889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
username: ${{ secrets.PUBLIC_PUSH_ECR_AWS_KEY }}
2929
password: ${{ secrets.PUBLIC_PUSH_ECR_AWS_SECRET }}
3030
env:
31-
AWS_REGION: eu-west-1
31+
AWS_REGION: us-east-1
3232

3333
- name: Set up Docker Buildx
3434
uses: docker/setup-buildx-action@v1

0 commit comments

Comments
 (0)