ci: group job
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
11
test/group/docker-bake.hcl
Normal file
11
test/group/docker-bake.hcl
Normal file
@@ -0,0 +1,11 @@
|
||||
group "default" {
|
||||
targets = ["t1", "t2"]
|
||||
}
|
||||
|
||||
target "t1" {
|
||||
target = "t1"
|
||||
}
|
||||
|
||||
target "t2" {
|
||||
target = "t2"
|
||||
}
|
||||
Reference in New Issue
Block a user