Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
source_repo: hoverkraft-tech/ci-github-container
source_path: CONTRIBUTING.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

# Contributing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Build Image
source_repo: hoverkraft-tech/ci-github-container
source_path: actions/docker/build-image/README.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Clean Images
source_repo: hoverkraft-tech/ci-github-container
source_path: actions/docker/clean-images/README.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Cleanup Builder
source_repo: hoverkraft-tech/ci-github-container
source_path: actions/docker/cleanup-builder/README.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Create Images Manifests
source_repo: hoverkraft-tech/ci-github-container
source_path: actions/docker/create-images-manifests/README.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Get Image Metadata
source_repo: hoverkraft-tech/ci-github-container
source_path: actions/docker/get-image-metadata/README.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Get Image Name
source_repo: hoverkraft-tech/ci-github-container
source_path: actions/docker/get-image-name/README.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Prune Pull Requests Image Tags
source_repo: hoverkraft-tech/ci-github-container
source_path: actions/docker/prune-pull-requests-image-tags/README.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Setup
source_repo: hoverkraft-tech/ci-github-container
source_path: actions/docker/setup/README.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

<!-- header:start -->
Expand Down Expand Up @@ -84,13 +84,13 @@ Shared action to configure Docker tooling and OCI registry authentication.

# Buildx version used by docker/setup-buildx-action.
#
# Default: `v0.34.1`
buildx-version: v0.34.1
# Default: `v0.35.0`
buildx-version: v0.35.0

# BuildKit image used by docker/setup-buildx-action.
#
# Default: `moby/buildkit:v0.30.0`
buildkit-image: moby/buildkit:v0.30.0
# Default: `moby/buildkit:v0.31.1`
buildkit-image: moby/buildkit:v0.31.1
````

<!-- usage:end -->
Expand All @@ -115,8 +115,8 @@ Shared action to configure Docker tooling and OCI registry authentication.
| | When provided, registry authentication targets are inferred from the built image data. | | |
| **`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` |
| **`buildx-version`** | Buildx version used by docker/setup-buildx-action. | **false** | `v0.34.1` |
| **`buildkit-image`** | BuildKit image used by docker/setup-buildx-action. | **false** | `moby/buildkit:v0.30.0` |
| **`buildx-version`** | Buildx version used by docker/setup-buildx-action. | **false** | `v0.35.0` |
| **`buildkit-image`** | BuildKit image used by docker/setup-buildx-action. | **false** | `moby/buildkit:v0.31.1` |

<!-- inputs:end -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Sign Images
source_repo: hoverkraft-tech/ci-github-container
source_path: actions/docker/sign-images/README.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Generate Docs
source_repo: hoverkraft-tech/ci-github-container
source_path: actions/helm/generate-docs/README.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Parse Chart Uri
source_repo: hoverkraft-tech/ci-github-container
source_path: actions/helm/parse-chart-uri/README.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Prepare Chart
source_repo: hoverkraft-tech/ci-github-container
source_path: actions/helm/prepare-chart/README.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Release Chart
source_repo: hoverkraft-tech/ci-github-container
source_path: actions/helm/release-chart/README.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Test Chart
source_repo: hoverkraft-tech/ci-github-container
source_path: actions/helm/test-chart/README.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Update Chart Values
source_repo: hoverkraft-tech/ci-github-container
source_path: actions/helm/update-chart-values/README.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
source_repo: hoverkraft-tech/ci-github-container
source_path: .github/workflows/docker-build-images.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
source_repo: hoverkraft-tech/ci-github-container
source_path: .github/workflows/prune-pull-requests-images-tags.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

<!-- header:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Ci GitHub Container
source_repo: hoverkraft-tech/ci-github-container
source_path: README.md
source_branch: main
source_run_id: 28465751049
last_synced: 2026-06-30T18:15:11.365Z
source_run_id: 28466540932
last_synced: 2026-06-30T18:28:00.427Z
---

<!-- markdownlint-disable-next-line first-line-heading -->
Expand Down
Loading