chore: publish nightly image builds (#52)

* Build and publish images on a nightly schedule
* Enable manual triggering of build workflow
This commit is contained in:
Jonathan Yu 2021-04-02 21:13:47 -07:00 committed by GitHub
parent 3e4835aeeb
commit a1002e87f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,12 @@ on:
branches:
- main
schedule:
# Run at 2am UTC
- cron: "0 2 * * *"
workflow_dispatch:
jobs:
# Quick checks, running linters, checking formatting, etc
quick: