mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-11 06:40:56 +08:00
16 lines
258 B
YAML
16 lines
258 B
YAML
name: "Check Image"
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
schedule:
|
|
- cron: "0 8 1,16 * *"
|
|
|
|
jobs:
|
|
check:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: Check Image
|
|
run: |
|
|
./hack/verify-image.sh mirror.txt
|