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:
|
||||
containers:
|
||||
- name: runner
|
||||
image: code.forgejo.org/forgejo/runner:3.5.1
|
||||
image: forgejo.libretalk.eu/jad0s/forgejo-runner:latest
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
|
|
@ -24,7 +24,7 @@ spec:
|
|||
--instance ${FORGEJO_INSTANCE_URL} \
|
||||
--token ${FORGEJO_RUNNER_REGISTRATION_TOKEN} \
|
||||
--name ${FORGEJO_RUNNER_NAME} \
|
||||
--labels docker:docker://node:22-alpine && \
|
||||
--labels docker:docker://forgejo.libretalk.eu/jad0s/ci-runner:latest && \
|
||||
sleep 5 && \
|
||||
forgejo-runner daemon
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue