We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b3f42 commit 3c950a0Copy full SHA for 3c950a0
build/build/Tasks/DockerBaseTask.cs
@@ -51,7 +51,7 @@ protected virtual DockerBuildXBuildSettings GetBuildSettings(DockerDepsImage doc
51
Platform = [$"linux/{suffix}"],
52
Output = [$"type=oci,dest={tarPath}"],
53
Pull = true,
54
- Push = true,
+ Load = true,
55
NoCache = true,
56
/*Label =
57
[
0 commit comments