From 92ff28fbef13ef2a0352f52ee3e4578b328d0eca Mon Sep 17 00:00:00 2001 From: "hoverkraft-bot[bot]" <128996893+hoverkraft-bot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 16:51:12 +0000 Subject: [PATCH] docs: update actions and workflows documentation [skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- actions/docker/cleanup-builder/README.md | 37 ++++++++++++++++++++---- actions/docker/setup/README.md | 10 +++---- actions/helm/test-chart/README.md | 2 +- 3 files changed, 38 insertions(+), 11 deletions(-) diff --git a/actions/docker/cleanup-builder/README.md b/actions/docker/cleanup-builder/README.md index 02d70ce4..bc4566de 100644 --- a/actions/docker/cleanup-builder/README.md +++ b/actions/docker/cleanup-builder/README.md @@ -1,6 +1,6 @@ -#  GitHub Action: Docker - Cleanup builder +#  GitHub Action: Docker - Cleanup builder
[registry."my-registry.local:5000"]
http = true
insecure = true | | |
| **`built-images`** | Optional built images payload used to resolve manifest publication registries. | **false** | - |
| | When provided, registry authentication targets are inferred from the built image data. | | |
-| **`buildx-cleanup`** | Whether the Buildx builder should be removed during post-job cleanup. | **false** | `true` |
| **`setup-buildx`** | Whether to install and configure Docker Buildx. | **false** | `true` |
+| **`buildx-cleanup`** | Whether the Buildx builder should be removed during post-job cleanup. | **false** | `true` |
diff --git a/actions/helm/test-chart/README.md b/actions/helm/test-chart/README.md
index f5a1dec9..2ef1fc30 100644
--- a/actions/helm/test-chart/README.md
+++ b/actions/helm/test-chart/README.md
@@ -34,7 +34,7 @@ Mainly using [helm/chart-testing-action](https://github.com/helm/chart-testing-a
## Usage
````yaml
-- uses: hoverkraft-tech/ci-github-container/actions/helm/test-chart@a0bab9151cc074af9f6c8204ab42a48d2d570379 # 0.30.6
+- uses: hoverkraft-tech/ci-github-container/actions/helm/test-chart@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
with:
# Working directory
# Default: `${{ github.workspace }}`