Skip to content

Commit

Permalink
Fix release-image action
Browse files Browse the repository at this point in the history
  • Loading branch information
pbzweihander committed Jul 10, 2023
1 parent cf32848 commit 4b62a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ap-northeast-1
AWS_REGION: us-east-1
with:
registry-type: public
- name: Docker meta
Expand Down

0 comments on commit 4b62a01

Please sign in to comment.