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 actions/docker/build-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ permissions:
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container@0.17.5
- uses: hoverkraft-tech/ci-github-container@0.18.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 @@ -33,7 +33,7 @@ permissions:
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container@0.17.5
- uses: hoverkraft-tech/ci-github-container@0.18.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 @@ -24,7 +24,7 @@ Action to retrieve required metadata to build Docker image
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container@0.17.5
- uses: hoverkraft-tech/ci-github-container@0.18.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 @@ -24,7 +24,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.17.5
- uses: hoverkraft-tech/ci-github-container@0.18.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 @@ -34,7 +34,7 @@ permissions:
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container@0.17.5
- uses: hoverkraft-tech/ci-github-container@0.18.0
with:
# Description: Image name
#
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 @@ -27,7 +27,7 @@ Action to release a Helm chart to OCI registry
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-container@0.17.5
- uses: hoverkraft-tech/ci-github-container@0.18.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 @@ -24,7 +24,7 @@ Action to test a Helm chart. Mainly using [helm/chart-testing-action](https://gi
<!-- start usage -->

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