Skip to content

Commit 1e65e61

Browse files
committed
[workflow] Inlcuding replacesVersion input for bundle and catalog gen
1 parent ba5a49d commit 1e65e61

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build-images-base.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
description: Limitador version
1616
default: latest
1717
type: string
18+
replacesVersion:
19+
description: Limitador Operator replaced version
20+
default: 0.0.0-alpha
21+
type: string
1822
channels:
1923
description: Bundle and catalog channels, comma separated
2024
default: preview
@@ -33,6 +37,10 @@ on:
3337
description: Limitador version
3438
default: latest
3539
type: string
40+
replacesVersion:
41+
description: Limitador Operator replaced version
42+
default: 0.0.0-alpha
43+
type: string
3644
channels:
3745
description: Bundle and catalog channels, comma separated
3846
default: preview
@@ -104,6 +112,7 @@ jobs:
104112
VERSION=${{ env.VERSION }} \
105113
IMAGE_TAG=${{ inputs.operatorTag }} \
106114
LIMITADOR_VERSION=${{ inputs.limitadorVersion }} \
115+
REPLACES_VERSION=${{ inputs.replacesVersion }} \
107116
CHANNELS=${{ inputs.channels }}
108117
- name: Build Image
109118
id: build-image
@@ -145,6 +154,7 @@ jobs:
145154
REGISTRY=${{ env.IMG_REGISTRY_HOST }} ORG=${{ env.IMG_REGISTRY_ORG }} \
146155
VERSION=${{ env.VERSION }} IMAGE_TAG=${{ inputs.operatorTag }} \
147156
LIMITADOR_VERSION=${{ inputs.limitadorVersion }} \
157+
REPLACES_VERSION=${{ inputs.replacesVersion }} \
148158
CHANNELS=${{ inputs.channels }}
149159
- name: Install qemu dependency
150160
run: |

0 commit comments

Comments
 (0)