We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be7b5d commit cbf3d6dCopy full SHA for cbf3d6d
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=registry,oci-mediatypes=true"],
+ Output = [$"type=image,oci-mediatypes=true"],
53
Push = true,
54
Pull = true,
55
// Load = true,
0 commit comments