Container CI workflow fails: no Docker on ubuntu-latest runner #25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
build-container.ymlworkflow usesruns-on: ubuntu-latestbut the Forgejo runner does not have Docker available. Tagv0.1.0was pushed but no image was built.Fix: switch to
docker:24-dindwith manual dockerd startup, matching thehero_servicespattern (PR lhumina_code/hero_services#43).