mirror of
https://github.com/docker/bake-action.git
synced 2026-05-06 06:14:12 +02:00
8ba51ac4ee
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
18 lines
215 B
HCL
18 lines
215 B
HCL
group "default" {
|
|
targets = ["t1", "t2", "t3"]
|
|
}
|
|
|
|
target "t1" {
|
|
target = "t1"
|
|
}
|
|
|
|
target "t2" {
|
|
target = "t2"
|
|
attest = ["type=provenance,mode=min"]
|
|
}
|
|
|
|
target "t3" {
|
|
target = "t3"
|
|
attest = ["type=sbom"]
|
|
}
|