Skip to content

Commit

Permalink
docs: update actions and workflows documentation
Browse files Browse the repository at this point in the history
[skip ci]

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and hoverkraft-bot[bot] committed Jan 27, 2025
1 parent 9a8330a commit b23ce52
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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/[email protected].0
- uses: hoverkraft-tech/[email protected].1
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/[email protected].0
- uses: hoverkraft-tech/[email protected].1
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/[email protected].0
- uses: hoverkraft-tech/[email protected].1
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/[email protected].0
- uses: hoverkraft-tech/[email protected].1
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/[email protected].0
- uses: hoverkraft-tech/[email protected].1
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/[email protected].0
- uses: hoverkraft-tech/[email protected].1
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/[email protected].0
- uses: hoverkraft-tech/[email protected].1
with:
# Description: Working directory
#
Expand Down

0 comments on commit b23ce52

Please sign in to comment.