fix(forgejo): change runner image from node to alpine
Some checks failed
/ validate (push) Failing after 12s

This commit is contained in:
jad0s 2026-05-20 15:20:34 +02:00
parent 48fb1e53a5
commit c5e4561cbb

View file

@ -24,7 +24,7 @@ spec:
--instance ${FORGEJO_INSTANCE_URL} \
--token ${FORGEJO_RUNNER_REGISTRATION_TOKEN} \
--name ${FORGEJO_RUNNER_NAME} \
--labels docker:docker://node:22 && \
--labels docker:docker://alpine:latest && \
sleep 5 && \
forgejo-runner daemon
env: