Files
soroushasadi/.gitea/workflows
soroush.asadi 20e14d3a28
deploy / deploy (push) Failing after 7m35s
Fix base image: use mirror direct path, switch to node:20-alpine
Mirror exposes images as mirror.soroushasadi.com/<image> directly,
not via /repository/docker-group/ path. Also node:20-alpine is already
cached on the server; node:20-slim was never pulled.

Dockerfile: apk instead of apt-get, addgroup/adduser instead of
groupadd/useradd (Alpine BusyBox compatibility).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 14:46:05 +03:30
..