1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

feat: Forgejo has support for support services.<id>.cmd

This commit is contained in:
Earl Warren 2025-07-05 22:46:33 +02:00
parent cbdb42093b
commit 7ef85d2a14

View file

@ -1913,6 +1913,10 @@
"type": "non-empty-string",
"description": "Use `jobs.<job_id>.container.options` to configure additional Docker container resource options."
},
"cmd": {
"type": "sequence-of-non-empty-string",
"description": "Use `jobs.<job_id>.container.cmd` to specify the command to run instead of the default."
},
"env": "container-env",
"ports": {
"type": "sequence-of-non-empty-string",