Skip to content

Commit

Permalink
[workflow] Inlcuding replacesVersion input for bundle and catalog gen
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Sep 27, 2023
1 parent 78c63bf commit befbcae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-images-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
description: Limitador version
default: latest
type: string
replacesVersion:
description: Limitador Operator replaced version
default: 0.0.0-alpha
type: string
channels:
description: Bundle and catalog channels, comma separated
default: preview
Expand All @@ -33,6 +37,10 @@ on:
description: Limitador version
default: latest
type: string
replacesVersion:
description: Limitador Operator replaced version
default: 0.0.0-alpha
type: string
channels:
description: Bundle and catalog channels, comma separated
default: preview
Expand Down Expand Up @@ -104,6 +112,7 @@ jobs:
VERSION=${{ env.VERSION }} \
IMAGE_TAG=${{ inputs.operatorTag }} \
LIMITADOR_VERSION=${{ inputs.limitadorVersion }} \
REPLACES_VERSION=${{ inputs.replacesVersion }} \
CHANNELS=${{ inputs.channels }}
- name: Build Image
id: build-image
Expand Down Expand Up @@ -145,6 +154,7 @@ jobs:
REGISTRY=${{ env.IMG_REGISTRY_HOST }} ORG=${{ env.IMG_REGISTRY_ORG }} \
VERSION=${{ env.VERSION }} IMAGE_TAG=${{ inputs.operatorTag }} \
LIMITADOR_VERSION=${{ inputs.limitadorVersion }} \
REPLACES_VERSION=${{ inputs.replacesVersion }} \
CHANNELS=${{ inputs.channels }}
- name: Install qemu dependency
run: |
Expand Down

0 comments on commit befbcae

Please sign in to comment.