mirror of
https://github.com/jointakahe/takahe.git
synced 2025-01-09 05:35:26 +00:00
Run at least one dev docker build a day
This commit is contained in:
parent
c299f8aefd
commit
2162b05968
1 changed files with 4 additions and 1 deletions
5
.github/workflows/docker-dev.yml
vendored
5
.github/workflows/docker-dev.yml
vendored
|
@ -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 a new issue