Skip to content

Commit 0b94be1

Browse files
authored
Update Azure-Compreface-AIB-image.yml
1 parent 70cd766 commit 0b94be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Azure-Compreface-AIB-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
source-image: Canonical:0001-com-ubuntu-server-focal:20_04-lts-gen2:latest
3535
vm-size: 'Standard_B2s'
3636
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/${VERSION}" #Replace with the resource id of your shared image gallery's image definition
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 }}"
3838
dist-location: 'eastus2'
3939
customizer-script: |
4040
apt update

0 commit comments

Comments
 (0)