Skip to content

Commit 4b62a01

Browse files
committed
Fix release-image action
1 parent cf32848 commit 4b62a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
1919
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
20-
AWS_REGION: ap-northeast-1
20+
AWS_REGION: us-east-1
2121
with:
2222
registry-type: public
2323
- name: Docker meta

0 commit comments

Comments
 (0)