Run at least one dev docker build a day

This commit is contained in:
Andrew Godwin 2022-12-02 16:59:24 -07:00
parent c299f8aefd
commit 2162b05968

View file

@ -1,6 +1,9 @@
name: Publish Development Image
on: workflow_dispatch
on:
workflow_dispatch:
schedule:
- cron: "37 3 * * *"
jobs:
push_to_registry: