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
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ on:
permissions: {}
jobs:
docker-build-images:
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1
permissions: {}
secrets:
# Password or GitHub token (`packages:read` and `packages:write` scopes) configuration used to log against OCI registries.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prune-pull-requests-images-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ on:
permissions: {}
jobs:
prune-pull-requests-images-tags:
uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1
permissions: {}
with:
# JSON array of runner(s) to use.
Expand Down
2 changes: 1 addition & 1 deletion actions/docker/build-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ permissions:
## Usage

````yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/build-image@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
- uses: hoverkraft-tech/ci-github-container/actions/docker/build-image@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1
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
6 changes: 3 additions & 3 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@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1
with:
# Comma-separated list of packages to cleanup.
# Example: "application-1,application-2"
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
permissions:
packages: write
steps:
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1
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@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1
with:
package: my-app
delete-untagged: true
Expand Down
2 changes: 1 addition & 1 deletion actions/docker/cleanup-builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Register a post-job step that removes a Docker Buildx builder after later post s
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/cleanup-builder@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
- uses: hoverkraft-tech/ci-github-container/actions/docker/cleanup-builder@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1
with:
# Docker Buildx builder name to remove during post-job cleanup.
builder: ""
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@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
- uses: hoverkraft-tech/ci-github-container/actions/docker/create-images-manifests@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1
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@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-metadata@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1
with:
# OCI registry where to pull and push images
# This input is required.
Expand Down
14 changes: 7 additions & 7 deletions actions/docker/get-image-name/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Action to forge the name of a given image including registry, repository and giv
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-name@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-name@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1
with:
# OCI registry to prefix the image full name
oci-registry: ""
Expand All @@ -52,11 +52,11 @@ Action to forge the name of a given image including registry, repository and giv

## Inputs

| **Input** | **Description** | **Required** | **Default** |
| ------------------ | ------------------------------------------ | ------------ | ---------------------------- |
| **`oci-registry`** | OCI registry to prefix the image full name | **false** | - |
| **`repository`** | Repository name | **false** | `$\{\{ github.repository }}` |
| **`image`** | Additional image name | **false** | - |
| **Input** | **Description** | **Required** | **Default** |
| ------------------ | ------------------------------------------ | ------------ | -------------------------- |
| **`oci-registry`** | OCI registry to prefix the image full name | **false** | - |
| **`repository`** | Repository name | **false** | `${{ github.repository }}` |
| **`image`** | Additional image name | **false** | - |

<!-- inputs:end -->

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/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@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1
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@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
- uses: hoverkraft-tech/ci-github-container/actions/docker/setup@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1
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@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
- uses: hoverkraft-tech/ci-github-container/actions/docker/sign-images@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1
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@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
- uses: hoverkraft-tech/ci-github-container/actions/helm/generate-docs@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1
with:
# Working directory
# Default: `${{ github.workspace }}`
Expand Down
2 changes: 1 addition & 1 deletion 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@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
- uses: hoverkraft-tech/ci-github-container/actions/helm/parse-chart-uri@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1
with:
# Chart URI to parse.
# This input is required.
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@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
- uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1
with:
# OCI registry where to push chart.
# See https://github.com/appany/helm-oci-chart-releaser#usage.
Expand Down
2 changes: 1 addition & 1 deletion actions/helm/test-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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@bcbbcaff24e053e38ebab02dd0e41442df196719 # 0.32.0
- uses: hoverkraft-tech/ci-github-container/actions/helm/test-chart@e4bf7a12228a2a4b5993d2d36b99b4dd0ec80bf5 # 0.32.1
with:
# Working directory
# Default: `${{ github.workspace }}`
Expand Down