Skip to content

Commit c456089

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bfe5ac9 commit c456089

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

actions/docker/build-image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ permissions:
3535
<!-- start usage -->
3636
3737
```yaml
38-
- uses: hoverkraft-tech/ci-github-container@0.23.1
38+
- uses: hoverkraft-tech/ci-github-container@0.24.1
3939
with:
4040
# Description: OCI registry where to pull and push images
4141
#

actions/docker/create-images-manifests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ permissions:
3535
<!-- start usage -->
3636
3737
```yaml
38-
- uses: hoverkraft-tech/ci-github-container@0.22.0
38+
- uses: hoverkraft-tech/ci-github-container@0.24.1
3939
with:
4040
# Description: OCI registry where to pull and push images
4141
#

actions/docker/get-image-metadata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Action to retrieve required metadata to build Docker image
2626
<!-- start usage -->
2727

2828
```yaml
29-
- uses: hoverkraft-tech/ci-github-container@0.22.0
29+
- uses: hoverkraft-tech/ci-github-container@0.24.1
3030
with:
3131
# Description: OCI registry where to pull and push images
3232
#

actions/docker/get-image-name/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Action to forge the name of a given image including registry, repository and giv
2626
<!-- start usage -->
2727

2828
```yaml
29-
- uses: hoverkraft-tech/ci-github-container@0.22.0
29+
- uses: hoverkraft-tech/ci-github-container@0.24.1
3030
with:
3131
# Description: OCI registry to prefix the image full name
3232
#

actions/docker/prune-pull-requests-image-tags/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ permissions:
3636
<!-- start usage -->
3737
3838
```yaml
39-
- uses: hoverkraft-tech/ci-github-container@0.22.0
39+
- uses: hoverkraft-tech/ci-github-container@0.24.1
4040
with:
4141
# Description: Image name
4242
#

actions/helm/parse-chart-uri/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!-- start usage -->
2626

2727
```yaml
28-
- uses: hoverkraft-tech/ci-github-container@0.22.0
28+
- uses: hoverkraft-tech/ci-github-container@0.24.1
2929
with:
3030
# Description: Chart URI to parse
3131
#

actions/helm/release-chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ the action will update those dependencies version with the given tag, then updat
3131
<!-- start usage -->
3232

3333
```yaml
34-
- uses: hoverkraft-tech/[email protected].0
34+
- uses: hoverkraft-tech/[email protected].1
3535
with:
3636
# Description: OCI registry where to push chart. See
3737
# <https://github.com/appany/helm-oci-chart-releaser#usage>.

actions/helm/test-chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Mainly using [helm/chart-testing-action](https://github.com/helm/chart-testing-a
2727
<!-- start usage -->
2828

2929
```yaml
30-
- uses: hoverkraft-tech/ci-github-container@0.22.0
30+
- uses: hoverkraft-tech/ci-github-container@0.24.1
3131
with:
3232
# Description: Working directory
3333
#

0 commit comments

Comments
 (0)