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 739f673 commit 3242025Copy full SHA for 3242025
.github/workflows/ubuntu2404-packer-build.yml
@@ -1,4 +1,4 @@
1
-name: 'Run Packer Build - Ubuntu 24.04'
+name: 'Ubuntu 24.04 - Packer Build - Public Network SPN (Client Secret)'
2
3
# Allow run manually
4
on:
@@ -8,7 +8,7 @@ on:
8
working_directory:
9
type: string
10
description: What working directory should be passed to the script
11
- default: "github_workspace"
+ default: "packer/linux/ubuntu/2404"
12
13
jobs:
14
run-script:
@@ -39,7 +39,7 @@ jobs:
39
Get-Location
40
ls
41
42
- .\Run-Packer.ps1 `
+ ./Run-AzPackerPublicNetworkSecret.ps1 `
43
-WorkingDirectory $workingDirectory `
44
-NsgId "/subscriptions/bf6128f4-93cb-45d4-bc13-7b3be2eea1c5/resourceGroups/rg-libd-uks-dev-01/providers/Microsoft.Network/networkSecurityGroups/nsg-libd-uks-dev-01"
45
0 commit comments