From 36721c2195417869d451a73f6baf9d952060a3be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 01:56:23 +0000 Subject: [PATCH] build(deps): bump hoverkraft-tech/ci-github-container Bumps [hoverkraft-tech/ci-github-container](https://github.com/hoverkraft-tech/ci-github-container) from 0.19.0 to 0.25.0. - [Release notes](https://github.com/hoverkraft-tech/ci-github-container/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-container/compare/0.19.0...0.25.0) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-container dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/__shared-ci.yml | 2 +- .github/workflows/main-ci.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/__shared-ci.yml b/.github/workflows/__shared-ci.yml index 9862ec9..f30d92b 100644 --- a/.github/workflows/__shared-ci.yml +++ b/.github/workflows/__shared-ci.yml @@ -75,7 +75,7 @@ jobs: build-images: needs: get-images-to-build if: needs.get-images-to-build.outputs.images != '[]' - uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.19.0 + uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.25.0 with: oci-registry: ${{ vars.OCI_REGISTRY }} images: ${{ needs.get-images-to-build.outputs.images }} diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index d3900d4..339aaa9 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -31,6 +31,6 @@ jobs: pull-requests: read packages: write needs: get-available-images-matrix - uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@0.19.0 + uses: hoverkraft-tech/ci-github-container/.github/workflows/prune-pull-requests-images-tags.yml@0.25.0 with: images: ${{ needs.get-available-images-matrix.outputs.images-matrix }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45e8e07..bb6bb30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: packages: write issues: read pull-requests: read - uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.19.0 + uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.25.0 with: oci-registry: ${{ vars.OCI_REGISTRY }} images: ${{ needs.get-images-to-build.outputs.images }}