mirror of
https://git.flexiblyrigid.au/actions/bake-action.git
synced 2025-12-06 07:48:05 +08:00
12 lines
111 B
HCL
12 lines
111 B
HCL
group "default" {
|
|
targets = ["t1", "t2"]
|
|
}
|
|
|
|
target "t1" {
|
|
target = "t1"
|
|
}
|
|
|
|
target "t2" {
|
|
target = "t2"
|
|
}
|