We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b94be1 commit 8867b25Copy full SHA for 8867b25
.github/workflows/Azure-Compreface-AIB-image.yml
@@ -34,7 +34,7 @@ jobs:
34
source-image: Canonical:0001-com-ubuntu-server-focal:20_04-lts-gen2:latest
35
vm-size: 'Standard_B2s'
36
dist-type: 'SharedImageGallery'
37
- dist-resource-id: "/subscriptions/${{secrets.AZURE_SUBSCRIPTION_ID}}/resourceGroups/${{ env.RESOURCE_GROUP_NAME }}/providers/Microsoft.Compute/galleries/${{ env.GALLERY_NAME }}/images/${{ env.IMAGE_NAME }}/versions/${{ env.VERSION }}"
+ dist-resource-id: "/subscriptions/1d9a0f9c-cdea-4e43-a99a-eebb2afd57a4/resourceGroups/${{ env.RESOURCE_GROUP_NAME }}/providers/Microsoft.Compute/galleries/${{ env.GALLERY_NAME }}/images/${{ env.IMAGE_NAME }}/versions/${{ env.VERSION }}"
38
dist-location: 'eastus2'
39
customizer-script: |
40
apt update
0 commit comments