fix: pass empty ExtraSources when NODE_IMAGE_SOURCE is unset

This commit is contained in:
2026-09-05 20:11:18 +03:30
parent 8fa856a980
commit feafc3a219
3 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ param(
[Parameter(Mandatory = $true)][string]$RegistryPrefix,
[string]$OutFile = '.ci-node-image',
[string]$HubImage = 'node:20-alpine',
[AllowEmptyString()]
[string]$ExtraSources = ''
)