fix: pass empty ExtraSources when NODE_IMAGE_SOURCE is unset
This commit is contained in:
@@ -5,6 +5,7 @@ param(
|
||||
[Parameter(Mandatory = $true)][string]$RegistryPrefix,
|
||||
[string]$OutFile = '.ci-node-image',
|
||||
[string]$HubImage = 'node:20-alpine',
|
||||
[AllowEmptyString()]
|
||||
[string]$ExtraSources = ''
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user