mirror of
https://git.flexiblyrigid.au/actions/bake-action.git
synced 2025-12-06 07:48:05 +08:00
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"]
|
|
}
|