-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
9a8330a
commit b23ce52
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ permissions: | |
<!-- start usage --> | ||
```yaml | ||
- uses: hoverkraft-tech/[email protected].0 | ||
- uses: hoverkraft-tech/[email protected].1 | ||
with: | ||
# Description: Image name | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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>. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
# | ||
|