Files
bake-action/test/group/docker-bake.hcl

12 lines
111 B
HCL
Raw Permalink Normal View History

group "default" {
targets = ["t1", "t2"]
}
target "t1" {
target = "t1"
}
target "t2" {
target = "t2"
}