Fix container CI build workflow #30
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?
Context
The
build-container.ymlworkflow fails on every run (#63, #68, #69, #73, #74). The workflow tries to manually start a Docker daemon insidedocker:24-dind, but the Forgejo runner with thedockerlabel already provides one. The workinghero_servicescontainer build (same runner) does not start its own daemon.Goals
dockerdstartup step (runner already provides Docker)fuse-overlayfsfrom dependencies (not needed)actions/checkout@v4instead of manualgit clonehero_services/build-container.yamlpattern