mirror of
https://github.com/actions/runner-images.git
synced 2025-12-10 19:16:48 +00:00
Update Tags handling in build-image.ps1 (#11458)
This commit is contained in:
committed by
GitHub
parent
4e7613245f
commit
e149fc6a0e
@@ -34,7 +34,7 @@ $SensitiveData = @(
|
||||
': ->'
|
||||
)
|
||||
|
||||
$azure_tags = $Tags.GetEnumerator() | ForEach-Object { "{0}={1}" -f $_.Key, $_.Value } | Join-String -Separator ","
|
||||
$azure_tags = ($Tags.GetEnumerator() | ForEach-Object { "{0}={1}" -f $_.Key, $_.Value }) -join ","
|
||||
|
||||
Write-Host "Show Packer Version"
|
||||
packer --version
|
||||
|
||||
Reference in New Issue
Block a user