Weekly Build #567
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
name: Weekly Build | |
on: | |
schedule: | |
- cron: "0 23 * * *" | |
jobs: | |
publish-image: | |
runs-on: ubuntu-latest | |
timeout-minutes: 90 | |
steps: | |
- name: Invoke Build on Operator Repo | |
uses: benc-uk/workflow-dispatch@v1 | |
with: | |
workflow: Manual Build Dispatch | |
repo: noobaa/noobaa-core | |
token: ${{ secrets.GHACCESSTOKEN }} | |
inputs: '{ "branch": "master", "tag": "" }' |