From 7e3db5e6735223a7effeb26ebe582666518cd5e1 Mon Sep 17 00:00:00 2001 From: Silvija Tovernic Date: Thu, 19 Sep 2024 18:37:34 +0200 Subject: [PATCH] test action --- .github/workflows/packer-build-if-vm.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/packer-build-if-vm.yml b/.github/workflows/packer-build-if-vm.yml index b03215d4..4aa6a1ec 100644 --- a/.github/workflows/packer-build-if-vm.yml +++ b/.github/workflows/packer-build-if-vm.yml @@ -44,10 +44,6 @@ jobs: with: creds: ${{ env.AZURE_CREDENTIALS }} - This step fails with ERROR: (ResourceNotFound) The Resource 'Microsoft.Compute/galleries/wp10silvijaACG/images/image-factory-vm' under resource group 'wp10-silvija-rg' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix - This makes my github action fail. - How can I make it proceed? - - name: Create Image Definition uses: azure/cli@v2 with: