fix(forgejo): change the runner image from node to custom built ci-runner
This commit is contained in:
parent
d4fbf45f75
commit
ea7b51453b
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: runner
|
- name: runner
|
||||||
image: code.forgejo.org/forgejo/runner:3.5.1
|
image: forgejo.libretalk.eu/jad0s/forgejo-runner:latest
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
|
|
@ -24,7 +24,7 @@ spec:
|
||||||
--instance ${FORGEJO_INSTANCE_URL} \
|
--instance ${FORGEJO_INSTANCE_URL} \
|
||||||
--token ${FORGEJO_RUNNER_REGISTRATION_TOKEN} \
|
--token ${FORGEJO_RUNNER_REGISTRATION_TOKEN} \
|
||||||
--name ${FORGEJO_RUNNER_NAME} \
|
--name ${FORGEJO_RUNNER_NAME} \
|
||||||
--labels docker:docker://node:22-alpine && \
|
--labels docker:docker://forgejo.libretalk.eu/jad0s/ci-runner:latest && \
|
||||||
sleep 5 && \
|
sleep 5 && \
|
||||||
forgejo-runner daemon
|
forgejo-runner daemon
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue