From 14a0bcc1377827e768b3e536af4366299c88b1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Z=C3=BCrcher?= Date: Thu, 19 Sep 2024 16:56:06 +0200 Subject: [PATCH] update readme for new flags --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 672fc77..6dd2df9 100644 --- a/README.md +++ b/README.md @@ -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_