File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
prune-pull-requests-image-tags Expand file tree Collapse file tree 7 files changed +7
-7
lines changed 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@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.
Original file line number Diff line number Diff line change 4848permissions : {}
4949jobs :
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.
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@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.
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@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.
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@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 : " "
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@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.
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@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 }}`
You can’t perform that action at this time.
0 commit comments