Skip to content

Commit 3242025

Browse files
committed
update pipeline
1 parent 739f673 commit 3242025

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ubuntu2404-packer-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Run Packer Build - Ubuntu 24.04'
1+
name: 'Ubuntu 24.04 - Packer Build - Public Network SPN (Client Secret)'
22

33
# Allow run manually
44
on:
@@ -8,7 +8,7 @@ on:
88
working_directory:
99
type: string
1010
description: What working directory should be passed to the script
11-
default: "github_workspace"
11+
default: "packer/linux/ubuntu/2404"
1212

1313
jobs:
1414
run-script:
@@ -39,7 +39,7 @@ jobs:
3939
Get-Location
4040
ls
4141
42-
.\Run-Packer.ps1 `
42+
./Run-AzPackerPublicNetworkSecret.ps1 `
4343
-WorkingDirectory $workingDirectory `
4444
-NsgId "/subscriptions/bf6128f4-93cb-45d4-bc13-7b3be2eea1c5/resourceGroups/rg-libd-uks-dev-01/providers/Microsoft.Network/networkSecurityGroups/nsg-libd-uks-dev-01"
4545

0 commit comments

Comments
 (0)