Container CI workflow fails: no Docker on ubuntu-latest runner #25

Closed
opened 2026-02-28 03:29:20 +00:00 by mik-tf · 0 comments
Member

The build-container.yml workflow uses runs-on: ubuntu-latest but the Forgejo runner does not have Docker available. Tag v0.1.0 was pushed but no image was built.

Fix: switch to docker:24-dind with manual dockerd startup, matching the hero_services pattern (PR lhumina_code/hero_services#43).

The `build-container.yml` workflow uses `runs-on: ubuntu-latest` but the Forgejo runner does not have Docker available. Tag `v0.1.0` was pushed but no image was built. Fix: switch to `docker:24-dind` with manual dockerd startup, matching the `hero_services` pattern (PR lhumina_code/hero_services#43).
Sign in to join this conversation.
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#25
No description provided.