Skip to content

Commit

Permalink
[gh workflow] Inputs unified accessed by the input context
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Mar 28, 2023
1 parent aa30e23 commit e6e7362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ jobs:
run: |
make bundle REGISTRY=${{ env.IMG_REGISTRY_HOST }} ORG=${{ env.IMG_REGISTRY_ORG }} \
VERSION=${TAG_NAME/v/} IMAGE_TAG=${{ github.sha }} \
AUTHORINO_OPERATOR_VERSION=${github.event.inputs.authorinoOperatorBundleVersion} \
LIMITADOR_OPERATOR_VERSION=${github.event.inputs.limitadorOperatorBundleVersion} \
WASM_SHIM_VERSION=${github.event.inputs.wasmShimVersion}
AUTHORINO_OPERATOR_VERSION=${inputs.authorinoOperatorBundleVersion} \
LIMITADOR_OPERATOR_VERSION=${inputs.limitadorOperatorBundleVersion} \
WASM_SHIM_VERSION=${inputs.wasmShimVersion}
- name: Build Image
id: build-image
uses: redhat-actions/buildah-build@v2
Expand Down

0 comments on commit e6e7362

Please sign in to comment.