Skip to content

Commit

Permalink
[gh workflow] Fix expression evaluation
Browse files Browse the repository at this point in the history
* Renamed workflow file to match rest of the build tasks
  • Loading branch information
didierofrivia committed Apr 18, 2023
1 parent 54142d8 commit 5af4c71
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build-images-scheduled.yaml
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 }}
17 changes: 0 additions & 17 deletions .github/workflows/scheduled-build.yaml

This file was deleted.

0 comments on commit 5af4c71

Please sign in to comment.