fix(forgejo): switch the runner to node:22-alpine image
Some checks failed
/ validate (push) Failing after 17s
Some checks failed
/ validate (push) Failing after 17s
This commit is contained in:
commit
7aaafc6fc4
1 changed files with 5 additions and 1 deletions
|
|
@ -24,8 +24,12 @@ spec:
|
|||
--instance ${FORGEJO_INSTANCE_URL} \
|
||||
--token ${FORGEJO_RUNNER_REGISTRATION_TOKEN} \
|
||||
--name ${FORGEJO_RUNNER_NAME} \
|
||||
--labels docker:docker://alpine:latest && \
|
||||
--labels docker:docker://node:22-alpine && \
|
||||
<<<<<<< HEAD
|
||||
sleep 5 && \
|
||||
=======
|
||||
sleep 5 && \
|
||||
>>>>>>> main
|
||||
forgejo-runner daemon
|
||||
env:
|
||||
- name: FORGEJO_INSTANCE_URL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue