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 }}`