From afcea13b06bc879196562643633f5851c08dfb4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 19:07:57 +0000 Subject: [PATCH] docs: update actions and workflows documentation [skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/docker-build-images.md | 2 +- .github/workflows/prune-pull-requests-images-tags.md | 2 +- actions/docker/build-image/README.md | 2 +- actions/docker/create-images-manifests/README.md | 2 +- actions/docker/delete-image-tags/README.md | 2 +- actions/docker/get-image-name/README.md | 2 +- actions/docker/prune-pull-requests-image-tags/README.md | 2 +- actions/helm/release-chart/README.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docker-build-images.md b/.github/workflows/docker-build-images.md index 7cd935c2..477577ae 100644 --- a/.github/workflows/docker-build-images.md +++ b/.github/workflows/docker-build-images.md @@ -24,7 +24,7 @@ on: jobs: docker-build-images: - uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.8.1 + uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.9.0 secrets: # Password or GitHub token (packages:read and packages:write scopes) used to log against the OCI registry. # See https://github.com/docker/login-action#usage. diff --git a/.github/workflows/prune-pull-requests-images-tags.md b/.github/workflows/prune-pull-requests-images-tags.md index 8e174765..116b1a99 100644 --- a/.github/workflows/prune-pull-requests-images-tags.md +++ b/.github/workflows/prune-pull-requests-images-tags.md @@ -23,7 +23,7 @@ on: jobs: main: - uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@0.8.1 + uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@0.9.0 # Optional customizations. with: # Images to clean. Example: ["application-1","application-2"]. diff --git a/actions/docker/build-image/README.md b/actions/docker/build-image/README.md index 95d27dfd..339ad5eb 100644 --- a/actions/docker/build-image/README.md +++ b/actions/docker/build-image/README.md @@ -22,7 +22,7 @@ permissions: ```yaml -- uses: hoverkraft-tech/ci-github-container/actions/docker/build-image@v0.8.1 +- uses: hoverkraft-tech/ci-github-container/actions/docker/build-image@v0.9.0 with: # OCI registry where to pull and push images # Default: ghcr.io diff --git a/actions/docker/create-images-manifests/README.md b/actions/docker/create-images-manifests/README.md index 002320b6..96ac1986 100644 --- a/actions/docker/create-images-manifests/README.md +++ b/actions/docker/create-images-manifests/README.md @@ -22,7 +22,7 @@ permissions: ```yaml -- uses: hoverkraft-tech/ci-github-container/actions/docker/create-images-manifests@v0.8.1 +- uses: hoverkraft-tech/ci-github-container/actions/docker/create-images-manifests@v0.9.0 with: # OCI registry where to pull and push images # Default: ghcr.io diff --git a/actions/docker/delete-image-tags/README.md b/actions/docker/delete-image-tags/README.md index e2c82e08..4da57007 100644 --- a/actions/docker/delete-image-tags/README.md +++ b/actions/docker/delete-image-tags/README.md @@ -13,7 +13,7 @@ Action to delete docker image tags from GitHub OCI registry ```yaml -- uses: hoverkraft-tech/ci-github-container/actions/docker/delete-image-tags@v0.8.1 +- uses: hoverkraft-tech/ci-github-container/actions/docker/delete-image-tags@v0.9.0 with: # Image name image: "" diff --git a/actions/docker/get-image-name/README.md b/actions/docker/get-image-name/README.md index e74bf000..d7d557a5 100644 --- a/actions/docker/get-image-name/README.md +++ b/actions/docker/get-image-name/README.md @@ -13,7 +13,7 @@ Action to forge the name of a given image including registry, repository and giv ```yaml -- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-name@v0.8.1 +- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-name@v0.9.0 with: # OCI registry to prefix the image full name oci-registry: "" diff --git a/actions/docker/prune-pull-requests-image-tags/README.md b/actions/docker/prune-pull-requests-image-tags/README.md index 0c037409..9aea85c1 100644 --- a/actions/docker/prune-pull-requests-image-tags/README.md +++ b/actions/docker/prune-pull-requests-image-tags/README.md @@ -23,7 +23,7 @@ permissions: ```yaml -- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@v0.8.1 +- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@v0.9.0 with: # Image name image: "" diff --git a/actions/helm/release-chart/README.md b/actions/helm/release-chart/README.md index 99b3b78a..ddc109ac 100644 --- a/actions/helm/release-chart/README.md +++ b/actions/helm/release-chart/README.md @@ -13,7 +13,7 @@ Action to release a Helm chart to OCI registry ```yaml -- uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@v0.8.1 +- uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@v0.9.0 with: # OCI registry where to push chart. See [https://github.com/appany/helm-oci-chart-releaser#usage](https://github.com/appany/helm-oci-chart-releaser#usage) # Default: ghcr.io