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/bake
Justin Chadwell a1520ea1b2 bake: additional validation for matrixes
This adds the following constraints to the new features:
- Explicit renaming with the `name` property is *only* permitted when
  used with the `matrix` property.
- Group does not support either `name` or `matrix` (we may choose to
  relax this constraint over time).
- All generated names must be unique.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2 years ago
..
hclparser bake: additional validation for matrixes 2 years ago
bake.go bake: additional validation for matrixes 2 years ago
bake_test.go fix cannot set environment variables in parallel tests 2 years ago
compose.go update github.com/compose-spec/compose-go to v1.9.0 2 years ago
compose_test.go bake: support null arg value 2 years ago
hcl.go bake: restrict target name 3 years ago
hcl_test.go bake: additional validation for matrixes 2 years ago
remote.go bake: fix loop references 2 years ago