1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-03-28 02:50:07 +01:00

update readme for new flags

This commit is contained in:
Tobias Zürcher 2024-09-19 16:56:06 +02:00
parent 3d868f6202
commit 14a0bcc137

View file

@ -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_