Files
homelab-frontend/.gitea/workflows
Admin Bot 3f89511bdd
CI / Vet, test, build (push) Successful in 3m46s
CI / Build and push image (push) Failing after 39s
fix: remove container override, install deps in workflow steps
Container override breaks docker socket access to dind sidecar.

Changes:
- Remove 'container: image: golang:1.26-bookworm'
- Install Node.js before checkout (required by actions runtime)
- Install docker.io in build step (required for docker build/push)

Now works with shared docker socket via dind sidecar.
2026-09-06 22:49:59 -07:00
..