mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-09 17:39:44 +08:00
Add check image (#345)
This commit is contained in:
15
.github/workflows/check-images.yml
vendored
Normal file
15
.github/workflows/check-images.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: "Check Image"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
schedule:
|
||||
- cron: "0 8 1,16 * *"
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Check Image
|
||||
run: |
|
||||
./hack/verify-image.sh mirror.txt
|
Reference in New Issue
Block a user