From 9820496f53e802893a149e968349d956b80c5663 Mon Sep 17 00:00:00 2001 From: Daniel Edwards <83562119+daniel-edwards-nz@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:48:39 +1300 Subject: [PATCH] Add australia east to list of Azure replication regions --- .github/workflows/build_scheduled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_scheduled.yml b/.github/workflows/build_scheduled.yml index 1048b30..ab3899e 100644 --- a/.github/workflows/build_scheduled.yml +++ b/.github/workflows/build_scheduled.yml @@ -118,7 +118,7 @@ jobs: PKR_VAR_gallery_resource_group: rg-worker_images-public-westeurope PKR_VAR_gallery_name: spacelift_worker_images_public PKR_VAR_gallery_image_name: spacelift_worker_image - PKR_VAR_gallery_replication_regions: '["westeurope", "northeurope", "northcentralus", "eastus", "eastus2", "westus2", "westus3"]' + PKR_VAR_gallery_replication_regions: '["westeurope", "northeurope", "northcentralus", "eastus", "eastus2", "westus2", "westus3", "australiaeast"]' PKR_VAR_gallery_image_version: 2.0.${{ github.run_number }} steps: