Skip to content

Commit 52462fd

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 7645aea commit 52462fd

10 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/docker-build-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ permissions:
4444

4545
jobs:
4646
docker-build-images:
47-
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.25.0
47+
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.26.0
4848
secrets:
4949
# Password or GitHub token (packages:read and packages:write scopes) used to log against the OCI registry.
5050
# See https://github.com/docker/login-action#usage.

.github/workflows/prune-pull-requests-images-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ permissions:
3434

3535
jobs:
3636
main:
37-
uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@0.25.0
37+
uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@0.26.0
3838
# Optional customizations.
3939
with:
4040
# Json array of runner(s) to use.

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.25.0
38+
- uses: hoverkraft-tech/ci-github-container@0.26.0
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.25.0
38+
- uses: hoverkraft-tech/ci-github-container@0.26.0
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.25.0
29+
- uses: hoverkraft-tech/ci-github-container@0.26.0
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.25.0
29+
- uses: hoverkraft-tech/ci-github-container@0.26.0
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.25.0
39+
- uses: hoverkraft-tech/ci-github-container@0.26.0
4040
with:
4141
# Description: Image name
4242
#

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

Lines changed: 4 additions & 4 deletions
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.25.0
28+
- uses: hoverkraft-tech/ci-github-container@0.26.0
2929
with:
3030
# Description: Chart URI to parse
3131
#
@@ -42,9 +42,9 @@ This action does not requires any permissions.
4242
4343
<!-- start inputs -->
4444
45-
| **Input** | **Description** | **Default** | **Required** |
46-
| ------------------ | ------------------ | ----------- | ------------ |
47-
| <code>`uri`</code> | Chart URI to parse | | **true** |
45+
| **Input** | **Description** | **Default** | **Required** |
46+
| ---------------- | ------------------ | ----------- | ------------ |
47+
| <code>uri</code> | Chart URI to parse | | **true** |
4848
4949
<!-- end inputs -->
5050
<!-- start outputs -->

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/ci-github-container@0.25.0
34+
- uses: hoverkraft-tech/ci-github-container@0.26.0
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.25.0
30+
- uses: hoverkraft-tech/ci-github-container@0.26.0
3131
with:
3232
# Description: Working directory
3333
#

0 commit comments

Comments
 (0)