Skip to content

Commit

Permalink
[gh workflow] Adding policy-controller version to build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Dec 14, 2023
1 parent 5457830 commit d199154
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 @@ -19,6 +19,10 @@ on:
description: Limitador Operator bundle version
default: latest
type: string
policyControllerVersion:
description: Policy Controller version
default: latest
type: string
wasmShimVersion:
description: WASM Shim version
default: latest
Expand Down Expand Up @@ -49,6 +53,10 @@ on:
description: Limitador Operator bundle version
default: latest
type: string
policyControllerVersion:
description: Policy Controller version
default: latest
type: string
wasmShimVersion:
description: WASM Shim version
default: latest
Expand Down Expand Up @@ -127,6 +135,7 @@ jobs:
AUTHORINO_OPERATOR_VERSION=${{ inputs.authorinoOperatorVersion }} \
LIMITADOR_OPERATOR_VERSION=${{ inputs.limitadorOperatorVersion }} \
WASM_SHIM_VERSION=${{ inputs.wasmShimVersion }} \
POLICY_CONTROLLER_VERSION=${{ inputs.policyControllerVersion }} \
REPLACES_VERSION=${{ inputs.replacesVersion }} \
CHANNELS=${{ inputs.channels }}
- name: Build Image
Expand Down Expand Up @@ -170,6 +179,7 @@ jobs:
AUTHORINO_OPERATOR_VERSION=${{ inputs.authorinoOperatorVersion }} \
LIMITADOR_OPERATOR_VERSION=${{ inputs.limitadorOperatorVersion }} \
WASM_SHIM_VERSION=${{ inputs.wasmShimVersion }} \
POLICY_CONTROLLER_VERSION=${{ inputs.policyControllerVersion }} \
REPLACES_VERSION=${{ inputs.replacesVersion }} \
CHANNELS=${{ inputs.channels }}
- name: Install qemu dependency
Expand Down

0 comments on commit d199154

Please sign in to comment.