mirror of
https://github.com/docker/setup-buildx-action.git
synced 2025-03-28 15:51:00 +00:00
update readme for new flags
This commit is contained in:
parent
3d868f6202
commit
14a0bcc137
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ The following inputs can be used as `step.with` keys:
|
|||
| `append` | YAML | | [Append additional nodes](https://docs.docker.com/build/ci/github-actions/configure-builder/#append-additional-nodes-to-the-builder) to the builder |
|
||||
| `cache-binary` | Bool | `true` | Cache buildx binary to GitHub Actions cache backend |
|
||||
| `cleanup` | Bool | `true` | Cleanup temp files and remove builder at the end of a job |
|
||||
| `keep-state` | Bool | `false` | Keep volume state on cleanup |
|
||||
| `name` | String | `false` | Builder name use use when creating the builder. If not specified, one will be generated. |
|
||||
|
||||
_\* `buildkitd-config` and `buildkitd-config-inline` are mutually exclusive_
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue