add schedule for auto build every sunday at 5 PM
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
name: docker
|
name: docker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 5 * * 0'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
|
|||||||
Reference in New Issue
Block a user