1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-06-27 16:35:58 +00:00

fix(examples): systemd LXC units needs future version (#478)

Once 6.2.2 is published, the example will need to upgrade to this version and not the previous one.

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/478
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
Earl Warren 2025-01-31 09:48:49 +00:00 committed by earl-warren
parent 5df67e66fe
commit a6aae6b476
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201
2 changed files with 5 additions and 1 deletions

View file

@ -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.2.1}
: ${INPUTS_RUNNER_VERSION:=6.2.2}
: ${KILL_AFTER:=21600} # 6h == 21600
NODEJS_VERSION=20