Skip to content

Commit 3256ec7

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 c0343c7 commit 3256ec7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ on:
5050
permissions: {}
5151
jobs:
5252
docker-build-images:
53-
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@6901a2c6c6f5fc6d75fc40f0fb216e6984093f4b # 0.30.1
53+
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@d706f273f42e4b4b0caf1b3a385cb8b9cb058fa0 # 0.30.2
5454
permissions: {}
5555
secrets:
5656
# Password or GitHub token (`packages:read` and `packages:write` scopes) used to log against the OCI registry.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ on:
4848
permissions: {}
4949
jobs:
5050
prune-pull-requests-images-tags:
51-
uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@6901a2c6c6f5fc6d75fc40f0fb216e6984093f4b # 0.30.1
51+
uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@d706f273f42e4b4b0caf1b3a385cb8b9cb058fa0 # 0.30.2
5252
permissions: {}
5353
with:
5454
# 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
@@ -46,7 +46,7 @@ permissions:
4646
## Usage
4747
4848
```yaml
49-
- uses: hoverkraft-tech/ci-github-container/actions/docker/build-image@6901a2c6c6f5fc6d75fc40f0fb216e6984093f4b # 0.30.1
49+
- uses: hoverkraft-tech/ci-github-container/actions/docker/build-image@d706f273f42e4b4b0caf1b3a385cb8b9cb058fa0 # 0.30.2
5050
with:
5151
# OCI registry where to pull and push images
5252
# This input is required.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ It uses the [docker/metadata-action](https://github.com/docker/metadata-action)
3535
## Usage
3636

3737
```yaml
38-
- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-metadata@6901a2c6c6f5fc6d75fc40f0fb216e6984093f4b # 0.30.1
38+
- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-metadata@d706f273f42e4b4b0caf1b3a385cb8b9cb058fa0 # 0.30.2
3939
with:
4040
# OCI registry where to pull and push images
4141
# This input is required.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ permissions:
4444
## Usage
4545
4646
```yaml
47-
- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@6901a2c6c6f5fc6d75fc40f0fb216e6984093f4b # 0.30.1
47+
- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@d706f273f42e4b4b0caf1b3a385cb8b9cb058fa0 # 0.30.2
4848
with:
4949
# Image name
5050
image: ""

actions/helm/release-chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This action requires the following permissions on the repository:
4242
## Usage
4343

4444
````yaml
45-
- uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@6901a2c6c6f5fc6d75fc40f0fb216e6984093f4b # 0.30.1
45+
- uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@d706f273f42e4b4b0caf1b3a385cb8b9cb058fa0 # 0.30.2
4646
with:
4747
# OCI registry where to push chart.
4848
# See 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
@@ -34,7 +34,7 @@ Mainly using [helm/chart-testing-action](https://github.com/helm/chart-testing-a
3434
## Usage
3535

3636
````yaml
37-
- uses: hoverkraft-tech/ci-github-container/actions/helm/test-chart@6901a2c6c6f5fc6d75fc40f0fb216e6984093f4b # 0.30.1
37+
- uses: hoverkraft-tech/ci-github-container/actions/helm/test-chart@d706f273f42e4b4b0caf1b3a385cb8b9cb058fa0 # 0.30.2
3838
with:
3939
# Working directory
4040
# Default: `${{ github.workspace }}`

0 commit comments

Comments
 (0)