Skip to content

Commit 6fd824a

Browse files
committed
try other params
1 parent 49416e1 commit 6fd824a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

framework/docker.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,11 @@ func BuildImageOnce(once *sync.Once, dctx, dfile, nameAndTag string) error {
269269
dfilePath := filepath.Join(dctx, dfile)
270270
err = runCommand(
271271
"docker",
272-
"buildx",
273272
"build",
274-
"--cache-from=type=gha,scope=ctfdocker",
275-
"--cache-to=type=gha,scope=ctfdocker,mode=max",
273+
"--cache-from",
274+
"type=gha,scope=ctfdocker",
275+
"--cache-to",
276+
"type=gha,scope=ctfdocker,mode=max",
276277
"-t",
277278
nameAndTag,
278279
"-f",

0 commit comments

Comments
 (0)