Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ on:
permissions: {}
jobs:
docker-build-images:
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
permissions:
contents: read
id-token: write
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/prune-pull-requests-images-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ on:
permissions: {}
jobs:
prune-pull-requests-images-tags:
uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1
permissions: {}
uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
permissions:
contents: read
packages: write
pull-requests: read
with:
# JSON array of runner(s) to use.
# See https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job.
Expand Down
2 changes: 1 addition & 1 deletion actions/docker/build-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ permissions:
## Usage

````yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/build-image@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1
- uses: hoverkraft-tech/ci-github-container/actions/docker/build-image@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
with:
# OCI registry configuration used to pull, push and cache images.
# Accepts either a registry hostname string (default format) or a JSON object.
Expand Down
6 changes: 3 additions & 3 deletions actions/docker/clean-images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ permissions:
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
with:
# Comma-separated list of packages to cleanup.
# Example: "application-1,application-2"
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
permissions:
packages: write
steps:
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
with:
package: my-app
delete-tags: pr-${{ github.event.pull_request.number }}-*
Expand All @@ -131,7 +131,7 @@ jobs:
permissions:
packages: write
steps:
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1
- uses: hoverkraft-tech/ci-github-container/actions/docker/clean-images@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
with:
package: my-app
delete-untagged: true
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 @@ -45,7 +45,7 @@ permissions:
## Usage

````yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/create-images-manifests@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1
- uses: hoverkraft-tech/ci-github-container/actions/docker/create-images-manifests@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
with:
# OCI registry configuration used to pull, push and cache images.
# Accepts either a registry hostname string (default format) or a JSON object.
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 @@ -35,7 +35,7 @@ It uses the [docker/metadata-action](https://github.com/docker/metadata-action)
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-metadata@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1
- uses: hoverkraft-tech/ci-github-container/actions/docker/get-image-metadata@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
with:
# OCI registry where to pull and push images
# This input is required.
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 @@ -44,7 +44,7 @@ permissions:
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1
- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
with:
# Image name
image: ""
Expand Down
2 changes: 1 addition & 1 deletion actions/helm/generate-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Mainly using [losisin/helm-docs-github-action](https://github.com/losisin/helm-d
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-container/actions/helm/generate-docs@2b647ed6f11d50cb6beb6d56333e68ba2c804826 # 0.33.1
- uses: hoverkraft-tech/ci-github-container/actions/helm/generate-docs@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
with:
# Working directory
# Default: `${{ github.workspace }}`
Expand Down