Run at least one dev docker build a day
This commit is contained in:
parent
c299f8aefd
commit
2162b05968
|
@ -1,6 +1,9 @@
|
|||
name: Publish Development Image
|
||||
|
||||
on: workflow_dispatch
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "37 3 * * *"
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
|
|
Loading…
Reference in New Issue