fix(forgejo): switch the runner to node:22-alpine image
Some checks failed
/ validate (push) Failing after 17s

This commit is contained in:
jad0s 2026-05-20 15:32:21 +02:00
commit 7aaafc6fc4

View file

@ -24,8 +24,12 @@ 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://alpine:latest && \ --labels docker:docker://node:22-alpine && \
<<<<<<< HEAD
sleep 5 && \ sleep 5 && \
=======
sleep 5 && \
>>>>>>> main
forgejo-runner daemon forgejo-runner daemon
env: env:
- name: FORGEJO_INSTANCE_URL - name: FORGEJO_INSTANCE_URL