mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-07-27 17:28:35 +00:00
feat: lxc-systemd defaults to using Forgejo runner 6.4.0 (#626)
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/626 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
parent
d37ecf1fa3
commit
af3cdda11b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ trap "rm -fr $TMPDIR" EXIT
|
|||
: ${INPUTS_FORGEJO:=https://code.forgejo.org}
|
||||
: ${INPUTS_LIFETIME:=7d}
|
||||
: ${INPUTS_LXC_HELPERS_VERSION:=1.0.3}
|
||||
: ${INPUTS_RUNNER_VERSION:=6.3.1}
|
||||
: ${INPUTS_RUNNER_VERSION:=6.4.0}
|
||||
|
||||
: ${KILL_AFTER:=21600} # 6h == 21600
|
||||
NODEJS_VERSION=20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue