image/run.sh fails to the container:act user's effective GID to the GITEA_RUNNER_GID envar's value due due to a 'usermod -o -u' typo. It should be: usermod -o -g "$GITEA_RUNNER_GID" act Signed-off-by: William Blew <william@kulian.org>