darroyo 97dedd3424
CI / Build Native (push) Failing after 0s
fix(ci): install docker in container and mount host docker.sock
The container doesn't have docker, so docker build/docker push
fails with 'docker: not found'. Fix:

- Add docker.io to the apt-get install step (inside the container)
- Mount the host's docker.sock into the container via volumes:
  so the in-container docker CLI talks to the host's docker daemon
  (same model as Docker-in-Docker but using the host socket).

The runner has the docker label, so the host socket is available.
Now the whole pipeline (build native binary, build container image,
push to registry) runs in a single job without any artifact
upload/download between jobs.
2026-08-12 19:26:13 -04:00
S
Description
No description provided
432 KiB
Languages
HTML 41.3%
TypeScript 26.5%
Java 20.4%
CSS 5.8%
JavaScript 5.6%
Other 0.4%