Skip to content

Commit a660e5c

Browse files
committed
type=docker
1 parent cbf3d6d commit a660e5c

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
@@ -49,7 +49,7 @@ protected virtual DockerBuildXBuildSettings GetBuildSettings(DockerDepsImage doc
4949
Rm = true,
5050
Tag = dockerTags,
5151
Platform = [$"linux/{suffix}"],
52-
Output = [$"type=image,oci-mediatypes=true"],
52+
Output = [$"type=docker,oci-mediatypes=true"],
5353
Push = true,
5454
Pull = true,
5555
// Load = true,

0 commit comments

Comments
 (0)