mirror of
https://github.com/docker/bake-action.git
synced 2025-12-30 17:51:19 +01:00
12 lines
111 B
HCL
12 lines
111 B
HCL
group "default" {
|
|
targets = ["t1", "t2"]
|
|
}
|
|
|
|
target "t1" {
|
|
target = "t1"
|
|
}
|
|
|
|
target "t2" {
|
|
target = "t2"
|
|
}
|