add clean-image action (#1436)

This commit is contained in:
yangsoon
2021-04-09 10:17:21 +08:00
committed by GitHub
parent e8e45dd7d3
commit 7ede0746c1

10
.github/workflows/timed-task.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
name: Timed Task
on:
schedule:
- cron: '0 16 * * *'
jobs:
clean-image:
runs-on: aliyun
steps:
- name: Cleanup image
run: docker image prune -f