Skip to content

[github] add schedule to rebuild images everyday #1

[github] add schedule to rebuild images everyday

[github] add schedule to rebuild images everyday #1

Workflow file for this run

name: schedule
on:
schedule: # See https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
- cron: "0 0 * * *"
jobs:
schedule:
name: schedule
strategy:
matrix:
image_name:
- caddy-dns-ovh
- curl-http2
- curl-jq
- easy-blake2s
- oh-my-via
- python-scrapy
- rancher-cli
- toolbox
uses: .github/workflows/buildx.yaml@main

Check failure on line 21 in .github/workflows/schedule.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/schedule.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
with:
image_name: ${{ matrix.image_name }}
image_tag: latest