We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf3d6d commit a660e5cCopy full SHA for a660e5c
build/build/Tasks/DockerBaseTask.cs
@@ -49,7 +49,7 @@ protected virtual DockerBuildXBuildSettings GetBuildSettings(DockerDepsImage doc
49
Rm = true,
50
Tag = dockerTags,
51
Platform = [$"linux/{suffix}"],
52
- Output = [$"type=image,oci-mediatypes=true"],
+ Output = [$"type=docker,oci-mediatypes=true"],
53
Push = true,
54
Pull = true,
55
// Load = true,
0 commit comments