fix(forgejo): change runner image from node to alpine
This commit is contained in:
parent
611320a699
commit
0e0316a793
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue