Skip to content

Commit 1a5f930

Browse files
authored
Add additional best-effort region for AMI publishing (#159)
1 parent 4c379a1 commit 1a5f930

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ jobs:
148148
--run-id "${{ github.run_id }}-${{ github.run_attempt }}" \
149149
--copy-to-regions \
150150
--public \
151-
--best-effort-region me-central-1
151+
--best-effort-region me-central-1 \
152+
--best-effort-region me-south-1
152153
153154
prune-old-amis:
154155
name: Prune old AMIs

0 commit comments

Comments
 (0)