mirror of https://github.com/openwrt/docker.git
The rootfs, sdk and imagebuilder containers for the release branches are only rebuilt when someone triggers containers.yml by hand. The -openwrt-24.10 tags on Docker Hub were last pushed in December 2025 with kernel 6.6.119 baked in, while the 24.10-SNAPSHOT feeds have moved on to 6.6.151, so every runtime test in the packages CI fails with a 404 on the kmods feed. Add a schedule trigger: a scheduled run only dispatches the workflow for main and the maintained release branches and skips the build jobs. Going through workflow_dispatch keeps scheduled runs identical to manual ones, since a schedule event carries no ref input and the rest of the workflow is driven by it. GITHUB_TOKEN may create workflow_dispatch events, so no extra secrets are needed. |
||
|---|---|---|
| .. | ||
| workflows | ||
| dependabot.yml | ||