From 43172f2355337bf011174cadb3663efc0c1eb5e2 Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Fri, 17 Mar 2023 16:25:22 -0400 Subject: [PATCH] Changed how buildx exports to local docker instance --- docker-publish.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-publish.ps1 b/docker-publish.ps1 index c5af570..63ef6a3 100755 --- a/docker-publish.ps1 +++ b/docker-publish.ps1 @@ -55,7 +55,7 @@ if ($SkipCache.IsPresent) { } if ($OutputToDocker.IsPresent) { - $dockerArgs += @("--output=type=docker") + $dockerArgs += @("--load") } if ([string]::IsNullOrEmpty($Version)) {