Commit Graph

9 Commits

Author SHA1 Message Date
sebthom d848df35a6 improve build scripts 2023-05-29 22:19:05 +02:00
sebthom 19f8e34ad0 Avoid using sudo if on happy path 2023-05-27 13:55:49 +02:00
sebthom 14e718454a fix: error when using custom GITEA_RUNNER_UID envvar value
"sudo: you do not exist in the passwd database"
2023-05-20 15:05:46 +02:00
William Blew c5334e1f65
Fix: `usermod: group '...' does not exist` with custom GITEA_RUNNER_GID (#10) 2023-05-20 14:41:07 +02:00
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
sebthom 4a76493e27 minor cleanup 2023-05-09 23:00:07 +02:00
sebthom 0d53de011a add docker-in-docker image 2023-04-30 13:56:58 +02:00
sebthom 4f73fa84d5 Installing runner as /usr/local/bin/act_runner 2023-04-06 14:34:33 +02:00
sebthom fd83c3ffe7 initial import 2023-03-22 00:02:54 +01:00