Skip to content

Commit 10584ad

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 0841ea8 commit 10584ad

6 files changed

Lines changed: 12 additions & 6 deletions

File tree

actions/docker/build-image/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ permissions:
3333
<!-- start usage -->
3434
3535
```yaml
36-
- uses: hoverkraft-tech/ci-github-container@0.21.0
36+
- uses: hoverkraft-tech/ci-github-container@0.22.0
3737
with:
3838
# Description: OCI registry where to pull and push images
3939
#
@@ -105,6 +105,11 @@ permissions:
105105
# <https://docs.docker.com/build/ci/github-actions/secrets/>.
106106
#
107107
secret-envs: ""
108+
109+
# Description: Cache type. See <https://docs.docker.com/build/cache/backends>.
110+
#
111+
# Default: gha
112+
cache-type: ""
108113
```
109114
110115
<!-- end usage -->
@@ -125,6 +130,7 @@ permissions:
125130
| <code>target</code> | Sets the target stage to build.<br />See <https://github.com/docker/build-push-action#inputs>. | | **false** |
126131
| <code>secrets</code> | List of secrets to expose to the build.<br />See <https://docs.docker.com/build/ci/github-actions/secrets/>. | | **false** |
127132
| <code>secret-envs</code> | List of secret environment variables to expose to the build (e.g., key=envname, MY_SECRET=MY_ENV_VAR).<br />See <https://docs.docker.com/build/ci/github-actions/secrets/>. | | **false** |
133+
| <code>cache-type</code> | Cache type.<br />See <https://docs.docker.com/build/cache/backends>. | <code>gha</code> | **false** |
128134
129135
<!-- end inputs -->
130136
<!-- start outputs -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ permissions:
3333
<!-- start usage -->
3434
3535
```yaml
36-
- uses: hoverkraft-tech/ci-github-container@0.21.0
36+
- uses: hoverkraft-tech/ci-github-container@0.22.0
3737
with:
3838
# Description: OCI registry where to pull and push images
3939
#

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

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

2626
```yaml
27-
- uses: hoverkraft-tech/ci-github-container@0.21.0
27+
- uses: hoverkraft-tech/ci-github-container@0.22.0
2828
with:
2929
# Description: OCI registry to prefix the image full name
3030
#

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ permissions:
3434
<!-- start usage -->
3535
3636
```yaml
37-
- uses: hoverkraft-tech/ci-github-container@0.21.0
37+
- uses: hoverkraft-tech/ci-github-container@0.22.0
3838
with:
3939
# Description: Image name
4040
#

actions/helm/release-chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Action to release a Helm chart to OCI registry
2727
<!-- start usage -->
2828

2929
```yaml
30-
- uses: hoverkraft-tech/ci-github-container@0.21.0
30+
- uses: hoverkraft-tech/ci-github-container@0.22.0
3131
with:
3232
# Description: OCI registry where to push chart. See
3333
# <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
@@ -24,7 +24,7 @@ Action to test a Helm chart. Mainly using [helm/chart-testing-action](https://gi
2424
<!-- start usage -->
2525

2626
```yaml
27-
- uses: hoverkraft-tech/ci-github-container@0.21.0
27+
- uses: hoverkraft-tech/ci-github-container@0.22.0
2828
with:
2929
# Description: Working directory
3030
#

0 commit comments

Comments
 (0)