We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40776a6 + 46ad345 commit 51e6494Copy full SHA for 51e6494
1 file changed
.github/workflows/reusable_build_image.yaml
@@ -91,6 +91,7 @@ jobs:
91
uses: stackabletech/actions/shard@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
92
with:
93
product-name: ${{ inputs.product-name }}
94
+ boil-version: 0.2.2
95
outputs:
96
versions: ${{ steps.shard.outputs.versions }}
97
@@ -125,6 +126,7 @@ jobs:
125
126
127
product-version: ${{ matrix.versions }}
128
sdp-version: ${{ inputs.sdp-version }}
129
130
131
- name: Publish Container Image on oci.stackable.tech
132
if: inputs.publish
0 commit comments