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 @@ -44,7 +44,7 @@ permissions:

jobs:
docker-build-images:
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.25.0
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.26.0
secrets:
# Password or GitHub token (packages:read and packages:write scopes) used to log against the OCI registry.
# See https://github.com/docker/login-action#usage.
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 @@ -34,7 +34,7 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@0.25.0
uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@0.26.0
# Optional customizations.
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 @@ -35,7 +35,7 @@ permissions:
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container@0.25.0
- uses: hoverkraft-tech/ci-github-container@0.26.0
with:
# Description: OCI registry where to pull and push images
#
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 @@ -35,7 +35,7 @@ permissions:
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container@0.25.0
- uses: hoverkraft-tech/ci-github-container@0.26.0
with:
# Description: OCI registry where to pull and push images
#
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 @@ -26,7 +26,7 @@ Action to retrieve required metadata to build Docker image
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container@0.25.0
- uses: hoverkraft-tech/ci-github-container@0.26.0
with:
# Description: OCI registry where to pull and push images
#
Expand Down
2 changes: 1 addition & 1 deletion actions/docker/get-image-name/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Action to forge the name of a given image including registry, repository and giv
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container@0.25.0
- uses: hoverkraft-tech/ci-github-container@0.26.0
with:
# Description: OCI registry to prefix the image full name
#
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 @@ -36,7 +36,7 @@ permissions:
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container@0.25.0
- uses: hoverkraft-tech/ci-github-container@0.26.0
with:
# Description: Image name
#
Expand Down
8 changes: 4 additions & 4 deletions actions/helm/parse-chart-uri/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container@0.25.0
- uses: hoverkraft-tech/ci-github-container@0.26.0
with:
# Description: Chart URI to parse
#
Expand All @@ -42,9 +42,9 @@ This action does not requires any permissions.

<!-- start inputs -->

| **Input** | **Description** | **Default** | **Required** |
| ------------------ | ------------------ | ----------- | ------------ |
| <code>`uri`</code> | Chart URI to parse | | **true** |
| **Input** | **Description** | **Default** | **Required** |
| ---------------- | ------------------ | ----------- | ------------ |
| <code>uri</code> | Chart URI to parse | | **true** |

<!-- end inputs -->
<!-- start outputs -->
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 @@ -31,7 +31,7 @@ the action will update those dependencies version with the given tag, then updat
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container@0.25.0
- uses: hoverkraft-tech/ci-github-container@0.26.0
with:
# Description: 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 @@ -27,7 +27,7 @@ Mainly using [helm/chart-testing-action](https://github.com/helm/chart-testing-a
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container@0.25.0
- uses: hoverkraft-tech/ci-github-container@0.26.0
with:
# Description: Working directory
#
Expand Down