mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-07 09:57:17 +00:00
clean docker image every hour (#2070)
This commit is contained in:
2
.github/workflows/timed-task.yml
vendored
2
.github/workflows/timed-task.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Timed Task
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 16 * * *'
|
||||
- cron: '0 * * * *'
|
||||
jobs:
|
||||
clean-image:
|
||||
runs-on: aliyun
|
||||
|
||||
Reference in New Issue
Block a user