change the default branch name of the linked repo

Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
pull/639/head
SHIMA Tatsuya 4 years ago
parent 15b358bec6
commit 47b7ba4e79

@ -264,8 +264,8 @@ $ TAG=$(git rev-parse --short HEAD) docker buildx bake --print webapp
A [set of generally useful functions](https://github.com/docker/buildx/blob/master/bake/hcl.go#L19-L65) A [set of generally useful functions](https://github.com/docker/buildx/blob/master/bake/hcl.go#L19-L65)
provided by [go-cty](https://github.com/zclconf/go-cty/tree/master/cty/function/stdlib) provided by [go-cty](https://github.com/zclconf/go-cty/tree/main/cty/function/stdlib)
are available for use in HCL files. In addition, [user defined functions](https://github.com/hashicorp/hcl/tree/hcl2/ext/userfunc) are available for use in HCL files. In addition, [user defined functions](https://github.com/hashicorp/hcl/tree/main/ext/userfunc)
are also supported. are also supported.
Example of using the `add` function: Example of using the `add` function:

Loading…
Cancel
Save