Skip to content

Commit 46ad345

Browse files
authored
ci: Pin boil version to 0.2.2 (#1558)
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.
1 parent 812f227 commit 46ad345

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/reusable_build_image.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
uses: stackabletech/actions/shard@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
9292
with:
9393
product-name: ${{ inputs.product-name }}
94+
boil-version: 0.2.2
9495
outputs:
9596
versions: ${{ steps.shard.outputs.versions }}
9697

@@ -125,6 +126,7 @@ jobs:
125126
product-name: ${{ inputs.product-name }}
126127
product-version: ${{ matrix.versions }}
127128
sdp-version: ${{ inputs.sdp-version }}
129+
boil-version: 0.2.2
128130

129131
- name: Publish Container Image on oci.stackable.tech
130132
if: inputs.publish

0 commit comments

Comments
 (0)