You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/test/bake-sync-output/docker-bake.hcl

14 lines
185 B
HCL

group "default" {
targets = ["foo", "bar"]
}
target "foo" {
dockerfile = "foo.Dockerfile"
output = ["out"]
}
target "bar" {
dockerfile = "bar.Dockerfile"
output = ["out"]
}