Skip to content

Commit 49416e1

Browse files
committed
explicit buildx
1 parent 4a8b43b commit 49416e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

framework/docker.go

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

0 commit comments

Comments
 (0)