fix(forgejo): change runner image from node to alpine

This commit is contained in:
jad0s 2026-05-20 15:20:34 +02:00
parent 611320a699
commit 0e0316a793

View file

@ -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 && \ --labels docker:docker://alpine:latest && \
sleep 5 && \ sleep 5 && \
forgejo-runner daemon forgejo-runner daemon
env: env: