Skip to content

Commit 1bed01b

Browse files
committed
use buildx
1 parent 8d14b95 commit 1bed01b

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
@@ -281,6 +281,7 @@ func BuildImageOnce(once *sync.Once, dctx, dfile, nameAndTag string) error {
281281
cacheURL := fmt.Sprintf("%s/%s", githubServerURL, githubRepository)
282282
err = runCommand(
283283
"docker",
284+
"buildx",
284285
"build",
285286
"--cache-from",
286287
fmt.Sprintf("type=gha,url=%s,token=%s,scope=ctfdocker", cacheURL, githubToken),

0 commit comments

Comments
 (0)