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 }}