mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-10 15:32:39 +08:00
16 lines
240 B
YAML
16 lines
240 B
YAML
name: "Check Image"
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
schedule:
|
|
- cron: "0 0 * * *"
|
|
|
|
jobs:
|
|
check:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Check
|
|
run: |
|
|
./scripts/check-image.sh
|