From cabf22d9bd5cdca5e6d2d94f9c62cdf4aa19a053 Mon Sep 17 00:00:00 2001 From: Peter Deme Date: Wed, 30 Oct 2024 10:17:24 +0100 Subject: [PATCH] Add Australia to Azure replication --- .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: