docker-gitea-act-runner/image
William Blew 04c232ff95
Fix #5: GITEA_RUNNER_GID envar is ignored (#6)
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>
2023-05-14 11:13:51 +02:00
..
DinD.Dockerfile add ARM builds 2023-05-10 23:04:50 +02:00
Dockerfile add ARM builds 2023-05-10 23:04:50 +02:00
config.template.yaml add GITEA_RUNNER_JOB_CONTAINER_(PRIVILEGED|OPTIONS) env vars 2023-04-13 18:59:41 +02:00
run.sh Fix #5: GITEA_RUNNER_GID envar is ignored (#6) 2023-05-14 11:13:51 +02:00
run_runner.sh Fix #3 failed to create symbolic link: File exists 2023-05-04 15:11:17 +02:00