Skip to content

Commit

Permalink
[gh workflow] Adding policy controller to sha builds
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Dec 18, 2023
1 parent 5c23f57 commit 1bd09bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-images-scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
kuadrantOperatorTag: ${{ github.sha }}
authorinoOperatorVersion: ${{ vars.AUTHORINO_OPERATOR_SHA }}
limitadorOperatorVersion: ${{ vars.LIMITADOR_OPERATOR_SHA }}
policyControllerVersion: ${{ vars.POLICY_CONTROLLER_SHA }}
wasmShimVersion: ${{ vars.WASM_SHIM_SHA }}
1 change: 1 addition & 0 deletions .github/workflows/update-stored-dependencies-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- limitador
- limitador-operator
- wasm-shim
- policy-controller
steps:
- name: Fetch dependencies images list
id: fetch
Expand Down

0 comments on commit 1bd09bc

Please sign in to comment.