From 3f8d45748efc7182486f56c98415513c4433e214 Mon Sep 17 00:00:00 2001 From: Techassi Date: Wed, 1 Jul 2026 16:51:55 +0200 Subject: [PATCH] ci: Pin boil version to 0.2.2 This is done in order to safely publish and experiment with release candidates for boil. There will be at least one RC to introduce floating tag support and to migrate to a structured output for the --write-image-manifest-uris argument. --- .github/workflows/reusable_build_image.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/reusable_build_image.yaml b/.github/workflows/reusable_build_image.yaml index 8a88d16b2..a2e35c659 100644 --- a/.github/workflows/reusable_build_image.yaml +++ b/.github/workflows/reusable_build_image.yaml @@ -91,6 +91,7 @@ jobs: uses: stackabletech/actions/shard@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3 with: product-name: ${{ inputs.product-name }} + boil-version: 0.2.2 outputs: versions: ${{ steps.shard.outputs.versions }} @@ -125,6 +126,7 @@ jobs: product-name: ${{ inputs.product-name }} product-version: ${{ matrix.versions }} sdp-version: ${{ inputs.sdp-version }} + boil-version: 0.2.2 - name: Publish Container Image on oci.stackable.tech if: inputs.publish