Skip to content

Commit 86555ca

Browse files
committed
explicit buildx
1 parent 4a8b43b commit 86555ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/docker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ func BuildImageOnce(once *sync.Once, dctx, dfile, nameAndTag string) error {
269269
dfilePath := filepath.Join(dctx, dfile)
270270
err = runCommand(
271271
"docker",
272-
"build",
272+
"buildx",
273273
"--cache-from=type=gha,scope=ctfdocker",
274274
"--cache-to=type=gha,scope=ctfdocker,mode=max",
275275
"-t",

0 commit comments

Comments
 (0)