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 4747 push :
4848 branches :
4949 - main
50- permissions :
51- contents : read
52- issues : read
53- packages : write
54- pull-requests : read
55- id-token : write
50+ permissions : {}
5651jobs :
5752 docker-build-images :
58- uses : hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
53+ uses : hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0d92511a38c93e30ae0f8b82346116946987a9ca # 0.30.0
54+ permissions :
55+ contents : read
56+ issues : read
57+ packages : write
58+ pull-requests : read
59+ id-token : write
5960 secrets :
6061 # Password or GitHub token (`packages:read` and `packages:write` scopes) used to log against the OCI registry.
6162 # See https://github.com/docker/login-action#usage.
Original file line number Diff line number Diff line change 4545 push :
4646 branches :
4747 - main
48- permissions :
49- contents : read
50- pull-requests : read
51- packages : write
52- id-token : write
48+ permissions : {}
5349jobs :
5450 prune-pull-requests-images-tags :
55- uses : hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
51+ uses : hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@0d92511a38c93e30ae0f8b82346116946987a9ca # 0.30.0
52+ permissions :
53+ contents : read
54+ pull-requests : read
55+ packages : write
56+ id-token : write
5657 with :
5758 # JSON array of runner(s) to use.
5859 # See https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job.
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@e44dc0064b073031aa93d8f0d4aea040a7c3ba7d # 0.29 .0
49+ - uses : hoverkraft-tech/ci-github-container/actions/docker/build-image@0d92511a38c93e30ae0f8b82346116946987a9ca # 0.30 .0
5050 with :
5151 # OCI registry where to pull and push images
5252 # This input is required.
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@6b0d5ca498b7a533b43e1f2e8d988678d164a429 # 0.29.1
38+ - uses : hoverkraft-tech/ci-github-container/actions/docker/get-image-metadata@0d92511a38c93e30ae0f8b82346116946987a9ca # 0.30.0
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@6b0d5ca498b7a533b43e1f2e8d988678d164a429 # 0.29.1
47+ - uses : hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@0d92511a38c93e30ae0f8b82346116946987a9ca # 0.30.0
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@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28 .0
38+ - uses : hoverkraft-tech/ci-github-container/actions/helm/generate-docs@0d92511a38c93e30ae0f8b82346116946987a9ca # 0.30 .0
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@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28 .0
45+ - uses : hoverkraft-tech/ci-github-container/actions/helm/release-chart@0d92511a38c93e30ae0f8b82346116946987a9ca # 0.30 .0
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@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28 .0
37+ - uses : hoverkraft-tech/ci-github-container/actions/helm/test-chart@0d92511a38c93e30ae0f8b82346116946987a9ca # 0.30 .0
3838 with :
3939 # Working directory
4040 # Default: `${{ github.workspace }}`
You can’t perform that action at this time.
0 commit comments