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
24 changes: 12 additions & 12 deletions actions/docker/clean-images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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 @@ -72,14 +72,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>. | | |
| **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>. | | |

<!-- inputs:end -->

Expand Down Expand Up @@ -109,7 +109,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 @@ -131,7 +131,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 @@ -162,7 +162,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
2 changes: 1 addition & 1 deletion actions/docker/create-images-manifests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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
2 changes: 1 addition & 1 deletion actions/docker/get-image-metadata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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
2 changes: 1 addition & 1 deletion actions/docker/prune-pull-requests-image-tags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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
2 changes: 1 addition & 1 deletion actions/docker/setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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
2 changes: 1 addition & 1 deletion actions/docker/sign-images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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
2 changes: 1 addition & 1 deletion actions/helm/generate-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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
4 changes: 2 additions & 2 deletions actions/helm/parse-chart-uri/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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 @@ -100,7 +100,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
2 changes: 1 addition & 1 deletion actions/helm/release-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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