Fix container CI runner label: ubuntu-latest instead of docker #27

Merged
mik-tf merged 1 commit from development_fix_runner_label into development 2026-02-28 03:33:08 +00:00
Member

The Forgejo runner for this repo uses ubuntu-latest, not docker. Workflow dispatches were silently dropped because no runner matched.

Switch both jobs to runs-on: ubuntu-latest with container: image (same pattern as deploy-staging.yml).

Closes #25

The Forgejo runner for this repo uses `ubuntu-latest`, not `docker`. Workflow dispatches were silently dropped because no runner matched. Switch both jobs to `runs-on: ubuntu-latest` with `container:` image (same pattern as deploy-staging.yml). Closes #25
fix: use ubuntu-latest runner label for container CI
All checks were successful
Test / check (pull_request) Successful in 3m47s
a0ffb41bdf
This repo's Forgejo runners use ubuntu-latest, not docker. Use
ubuntu-latest with container: docker:24-dind (same pattern as
deploy-staging.yml uses with the builder image).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
mik-tf merged commit bba2c3fb78 into development 2026-02-28 03:33:08 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mycelium/www_migrate_mycelium!27
No description provided.