Changed how buildx exports to local docker instance
This commit is contained in:
parent
0d9792787e
commit
43172f2355
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ if ($SkipCache.IsPresent) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($OutputToDocker.IsPresent) {
|
if ($OutputToDocker.IsPresent) {
|
||||||
$dockerArgs += @("--output=type=docker")
|
$dockerArgs += @("--load")
|
||||||
}
|
}
|
||||||
|
|
||||||
if ([string]::IsNullOrEmpty($Version)) {
|
if ([string]::IsNullOrEmpty($Version)) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue