Skip to content

Commit 3c950a0

Browse files
committed
load
1 parent 99b3f42 commit 3c950a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build/Tasks/DockerBaseTask.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ protected virtual DockerBuildXBuildSettings GetBuildSettings(DockerDepsImage doc
5151
Platform = [$"linux/{suffix}"],
5252
Output = [$"type=oci,dest={tarPath}"],
5353
Pull = true,
54-
Push = true,
54+
Load = true,
5555
NoCache = true,
5656
/*Label =
5757
[

0 commit comments

Comments
 (0)