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: 24192682372
last_synced: 2026-04-09T13:33:00.919Z
source_run_id: 24227868893
last_synced: 2026-04-10T05:29:38.456Z
---

# Contributing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ description: Documentation for Ci Github Container
Documentation for the Ci Github Container project.

**Source Repository:** [hoverkraft-tech/ci-github-container](https://github.com/hoverkraft-tech/ci-github-container)
**Last Synced:** 2026-04-09T13:33:00.919Z
**Last Synced:** 2026-04-10T05:29:38.456Z
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: 24192682372
last_synced: 2026-04-09T13:33:00.919Z
source_run_id: 24227868893
last_synced: 2026-04-10T05:29:38.456Z
---

<!-- 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: 24192682372
last_synced: 2026-04-09T13:33:00.919Z
source_run_id: 24227868893
last_synced: 2026-04-10T05:29:38.456Z
---

<!-- header:start -->
Expand Down Expand Up @@ -54,7 +54,7 @@ permissions:
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
with:
# Comma-separated list of packages to cleanup.
# Example: "application-1,application-2"
Expand All @@ -81,14 +81,14 @@ permissions:

## Inputs

| **Input** | **Description** | **Required** | **Default** |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ----------------------- |
| **`package`** | Comma-separated list of packages to cleanup. | **true** | - |
| | Example: "application-1,application-2" | | |
| **`tags`** | Comma-separated list of tags to delete (supports wildcard syntax). | **true** | - |
| | Example: `pr-*,dev` | | |
| **`github-token`** | GitHub token with the packages:write and packages:delete scopes. | **false** | `$\{\{ github.token }}` |
| | See [https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages#about-scopes-and-permissions-for-package-registries](https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages#about-scopes-and-permissions-for-package-registries). | | |
| **Input** | **Description** | **Required** | **Default** |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | --------------------- |
| **`package`** | Comma-separated list of packages to cleanup. | **true** | - |
| | Example: "application-1,application-2" | | |
| **`tags`** | Comma-separated list of tags to delete (supports wildcard syntax). | **true** | - |
| | Example: `pr-*,dev` | | |
| **`github-token`** | GitHub token with the packages:write and packages:delete scopes. | **false** | `${{ github.token }}` |
| | See [https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages#about-scopes-and-permissions-for-package-registries](https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages#about-scopes-and-permissions-for-package-registries). | | |

<!-- inputs:end -->

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
permissions:
packages: write
steps:
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
with:
package: my-app
delete-tags: pr-${{ github.event.pull_request.number }}-*
Expand All @@ -140,7 +140,7 @@ jobs:
permissions:
packages: write
steps:
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
with:
package: my-app
delete-untagged: true
Expand Down Expand Up @@ -171,7 +171,7 @@ This project is licensed under the MIT License.

SPDX-License-Identifier: MIT

Copyright © 2025 hoverkraft
Copyright © 2026 hoverkraft

For more details, see the [license](http://choosealicense.com/licenses/mit/).

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: 24192682372
last_synced: 2026-04-09T13:33:00.919Z
source_run_id: 24227868893
last_synced: 2026-04-10T05:29:38.456Z
---

<!-- header:start -->
Expand Down Expand Up @@ -54,7 +54,7 @@ permissions:
## Usage

````yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/create-images-manifests@a0bab9151cc074af9f6c8204ab42a48d2d570379 # 0.30.6
- uses: hoverkraft-tech/ci-github-container/actions/docker/create-images-manifests@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
with:
# OCI registry configuration used to pull, push and cache images.
# Accepts either a registry hostname string (default format) or a JSON object.
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: 24192682372
last_synced: 2026-04-09T13:33:00.919Z
source_run_id: 24227868893
last_synced: 2026-04-10T05:29:38.456Z
---

<!-- header:start -->
Expand Down Expand Up @@ -44,7 +44,7 @@ It uses the [docker/metadata-action](https://github.com/docker/metadata-action)
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-metadata@a0bab9151cc074af9f6c8204ab42a48d2d570379 # 0.30.6
- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-metadata@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
with:
# OCI registry where to pull and push images
# This input is required.
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: 24192682372
last_synced: 2026-04-09T13:33:00.919Z
source_run_id: 24227868893
last_synced: 2026-04-10T05:29:38.456Z
---

<!-- 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: 24192682372
last_synced: 2026-04-09T13:33:00.919Z
source_run_id: 24227868893
last_synced: 2026-04-10T05:29:38.456Z
---

<!-- header:start -->
Expand Down Expand Up @@ -53,7 +53,7 @@ permissions:
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@a0bab9151cc074af9f6c8204ab42a48d2d570379 # 0.30.6
- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
with:
# Image name
image: ""
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: 24192682372
last_synced: 2026-04-09T13:33:00.919Z
source_run_id: 24227868893
last_synced: 2026-04-10T05:29:38.456Z
---

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

````yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/setup@a0bab9151cc074af9f6c8204ab42a48d2d570379 # 0.30.6
- uses: hoverkraft-tech/ci-github-container/actions/docker/setup@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
with:
# OCI registry configuration used to pull, push and cache images.
# Accepts either a registry hostname string (default format) or a JSON object.
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: 24192682372
last_synced: 2026-04-09T13:33:00.919Z
source_run_id: 24227868893
last_synced: 2026-04-10T05:29:38.456Z
---

<!-- header:start -->
Expand Down Expand Up @@ -54,7 +54,7 @@ permissions:
## Usage

````yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/sign-images@a0bab9151cc074af9f6c8204ab42a48d2d570379 # 0.30.6
- uses: hoverkraft-tech/ci-github-container/actions/docker/sign-images@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
with:
# Images to sign.
# Can be a single image or a list of images separated by commas or newlines or spaces.
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: 24192682372
last_synced: 2026-04-09T13:33:00.919Z
source_run_id: 24227868893
last_synced: 2026-04-10T05:29:38.456Z
---

<!-- header:start -->
Expand Down Expand Up @@ -44,7 +44,7 @@ Mainly using [losisin/helm-docs-github-action](https://github.com/losisin/helm-d
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-container/actions/helm/generate-docs@df8b445f6cc9661dcb282d897d7146a82e5f2960 # 0.31.0
- uses: hoverkraft-tech/ci-github-container/actions/helm/generate-docs@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
with:
# Working directory
# Default: `${{ github.workspace }}`
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: 24192682372
last_synced: 2026-04-09T13:33:00.919Z
source_run_id: 24227868893
last_synced: 2026-04-10T05:29:38.456Z
---

<!-- header:start -->
Expand Down Expand Up @@ -49,7 +49,7 @@ The output will be:
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-container/actions/helm/parse-chart-uri@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
- uses: hoverkraft-tech/ci-github-container/actions/helm/parse-chart-uri@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
with:
# Chart URI to parse.
# This input is required.
Expand Down Expand Up @@ -109,7 +109,7 @@ This project is licensed under the MIT License.

SPDX-License-Identifier: MIT

Copyright © 2025 hoverkraft
Copyright © 2026 hoverkraft

For more details, see the [license](http://choosealicense.com/licenses/mit/).

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: 24192682372
last_synced: 2026-04-09T13:33:00.919Z
source_run_id: 24227868893
last_synced: 2026-04-10T05:29:38.456Z
---

<!-- header:start -->
Expand Down Expand Up @@ -51,7 +51,7 @@ This action requires the following permissions on the repository:
## Usage

````yaml
- uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@a0bab9151cc074af9f6c8204ab42a48d2d570379 # 0.30.6
- uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
with:
# OCI registry where to push chart.
# See https://github.com/appany/helm-oci-chart-releaser#usage.
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: 24192682372
last_synced: 2026-04-09T13:33:00.919Z
source_run_id: 24227868893
last_synced: 2026-04-10T05:29:38.456Z
---

<!-- 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: 24192682372
last_synced: 2026-04-09T13:33:00.919Z
source_run_id: 24227868893
last_synced: 2026-04-10T05:29:38.456Z
---

<!-- 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: 24192682372
last_synced: 2026-04-09T13:33:00.919Z
source_run_id: 24227868893
last_synced: 2026-04-10T05:29:38.456Z
---

<!-- 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: 24192682372
last_synced: 2026-04-09T13:33:00.919Z
source_run_id: 24227868893
last_synced: 2026-04-10T05:29:38.456Z
---

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