docker/.github
Josef Schlehofer 09ba01ec8a ci: rebuild branch containers on a schedule
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.
2026-08-17 11:51:14 +02:00
..
workflows ci: rebuild branch containers on a schedule 2026-08-17 11:51:14 +02:00
dependabot.yml Update dependabot.yml 2024-11-06 16:47:58 +01:00