File tree Expand file tree Collapse file tree
prune-pull-requests-image-tags Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050permissions : {}
5151jobs :
5252 docker-build-images :
53- uses : hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
53+ uses : hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@676925b78f1970281b3f087bc3829eb1c6a9f4dc # 0.34.1
5454 permissions :
5555 contents : read
5656 id-token : write
Original file line number Diff line number Diff line change 4747permissions : {}
4848jobs :
4949 prune-pull-requests-images-tags :
50- uses : hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
50+ uses : hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@676925b78f1970281b3f087bc3829eb1c6a9f4dc # 0.34.1
5151 permissions :
5252 contents : read
5353 packages : write
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ permissions:
4646## Usage
4747
4848` ` ` ` yaml
49- - uses: hoverkraft-tech/ci-github-container/actions/docker/build-image@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
49+ - uses: hoverkraft-tech/ci-github-container/actions/docker/build-image@676925b78f1970281b3f087bc3829eb1c6a9f4dc # 0.34.1
5050 with:
5151 # OCI registry configuration used to pull, push and cache images.
5252 # Accepts either a registry hostname string (default format) or a JSON object.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ permissions:
4545## Usage
4646
4747` ` ` ` yaml
48- - uses: hoverkraft-tech/ci-github-container/actions/docker/create-images-manifests@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
48+ - uses: hoverkraft-tech/ci-github-container/actions/docker/create-images-manifests@676925b78f1970281b3f087bc3829eb1c6a9f4dc # 0.34.1
4949 with:
5050 # OCI registry configuration used to pull, push and cache images.
5151 # Accepts either a registry hostname string (default format) or a JSON object.
Original file line number Diff line number Diff 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@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
38+ - uses : hoverkraft-tech/ci-github-container/actions/docker/get-image-metadata@676925b78f1970281b3f087bc3829eb1c6a9f4dc # 0.34.1
3939 with :
4040 # OCI registry where to pull and push images
4141 # This input is required.
Original file line number Diff line number Diff 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@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
47+ - uses : hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@676925b78f1970281b3f087bc3829eb1c6a9f4dc # 0.34.1
4848 with :
4949 # Image name
5050 image : " "
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Mainly using [losisin/helm-docs-github-action](https://github.com/losisin/helm-d
3535## Usage
3636
3737``` yaml
38- - uses : hoverkraft-tech/ci-github-container/actions/helm/generate-docs@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
38+ - uses : hoverkraft-tech/ci-github-container/actions/helm/generate-docs@676925b78f1970281b3f087bc3829eb1c6a9f4dc # 0.34.1
3939 with :
4040 # Working directory
4141 # Default: `${{ github.workspace }}`
Original file line number Diff line number Diff 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@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
45+ - uses : hoverkraft-tech/ci-github-container/actions/helm/release-chart@676925b78f1970281b3f087bc3829eb1c6a9f4dc # 0.34.1
4646 with :
4747 # OCI registry where to push chart.
4848 # See https://github.com/appany/helm-oci-chart-releaser#usage.
Original file line number Diff line number Diff 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@695db98d9afaa0ebd2ef427808c0c929ac347885 # 0.34.0
37+ - uses : hoverkraft-tech/ci-github-container/actions/helm/test-chart@676925b78f1970281b3f087bc3829eb1c6a9f4dc # 0.34.1
3838 with :
3939 # Working directory
4040 # Default: `${{ github.workspace }}`
You can’t perform that action at this time.
0 commit comments