mirror of
https://github.com/casjaysdevdocker/gitea
synced 2026-06-24 08:01:03 -04:00
dd8fa3d25c
gitea.com was returning 502 Bad Gateway from the build host, causing the act_runner download to fail immediately with no retry. Added --retry 5 --retry-delay 10 --retry-all-errors to both download curl calls so transient gateway errors don't abort the build. - rootfs/root/docker/setup/05-custom.sh: add retry flags to gitea and act_runner curl download calls rootfs/root/docker/setup/05-custom.sh