fixup! fix(forgejo): changed forgejo-runner command to perform initial registration
This commit is contained in:
parent
407cf2d0d9
commit
ee95b9fa46
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue