mirror of
https://github.com/juanfont/headscale.git
synced 2026-02-20 06:37:44 +01:00
Docker 29 (shipped with runner-images 20260209.23.1) breaks docker build via Go client libraries (broken pipe writing build context) and docker load/save with certain tarball formats. Add Docker's official apt repository and install docker-ce 28.5.x in all CI jobs that interact with Docker. See https://github.com/actions/runner-images/issues/13474 Updates #3058