Changed how buildx exports to local docker instance

This commit is contained in:
Shawn Anderson 2023-03-17 16:25:22 -04:00
parent 0d9792787e
commit 43172f2355

View file

@ -55,7 +55,7 @@ if ($SkipCache.IsPresent) {
}
if ($OutputToDocker.IsPresent) {
$dockerArgs += @("--output=type=docker")
$dockerArgs += @("--load")
}
if ([string]::IsNullOrEmpty($Version)) {