-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gh workflow] Fix expression evaluation
* Renamed workflow file to match rest of the build tasks
- Loading branch information
1 parent
54142d8
commit 5af4c71
Showing
2 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Schedule build with latest image SHA versions | ||
|
||
on: | ||
schedule: | ||
- cron: '0 0 * * 0' | ||
|
||
jobs: | ||
workflow-build: | ||
name: Calls build-images-base workflow | ||
uses: ./.github/workflows/build-images-base.yaml | ||
secrets: inherit | ||
with: | ||
kuadrantOperatorVersion: ${{ github.sha }} | ||
kuadrantOperatorTag: ${{ github.sha }} | ||
authorinoOperatorBundleVersion: ${{ vars.AUTHORINO_OPERATOR_BUNDLE_SHA }} | ||
limitadorOperatorBundleVersion: ${{ vars.LIMITADOR_OPERATOR_BUNDLE_SHA }} | ||
wasmShimVersion: ${{ vars.WASM_SHIM_SHA }} |
This file was deleted.
Oops, something went wrong.