fixup! fix(forgejo): changed forgejo-runner command to perform initial registration

This commit is contained in:
jad0s 2026-05-19 15:12:41 +02:00
parent 407cf2d0d9
commit ee95b9fa46

View file

@ -21,9 +21,9 @@ spec:
- |
forgejo-runner register \
--no-interactive
--instance-url $FORGEJO_INSTANCE_URL \
--token $FORGEJO_RUNNER_REGISTRATION_TOKEN \
--name $FORGEJO_RUNNER_NAME \
--instance ${FORGEJO_INSTANCE_URL} \
--token ${FORGEJO_RUNNER_REGISTRATION_TOKEN} \
--name ${FORGEJO_RUNNER_NAME} \
--labels docker:docker://node:22 && \
forgejo-runner daemon
env: