vegardit / docker-gitea-act-runner

Docker image based on debian:stable-slim to run Gitea's act_runner as a Docker container

Home Page:https://buymeacoffee.com/vegardit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The GITEA_RUNNER_GID envar is ignored by the image/run.sh script

wblew opened this issue · comments

The GITEA_RUNNER_GID container environment variable is ignored by the image/run.sh script.

As a result, despite the GITEA_RUNNER_GID envar being set, the container's act user's effective GID remains 1000.

This is because there is a typo in the image/run.sh script. It uses 'usermod -o -u' instead of 'usermod -o -g'.

I seem unable to link my associated PR #6