mirror of https://github.com/docker/buildx.git
build: pass attestation attributes to build request
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
parent
0c0c9a0030
commit
f8b673eccd
|
@ -1109,7 +1109,7 @@ func BuildWithResultHandler(ctx context.Context, nodes []builder.Node, opt map[s
|
|||
FrontendInputs: frontendInputs,
|
||||
}
|
||||
so.Frontend = ""
|
||||
so.FrontendAttrs = nil
|
||||
so.FrontendAttrs = attestations.Filter(so.FrontendAttrs)
|
||||
so.FrontendInputs = nil
|
||||
|
||||
ch, done := progress.NewChannel(pw)
|
||||
|
|
Loading…
Reference in New Issue