host-forgejo-runner/templates/.runner
GregoryDosh 1b12f9934c
Some checks failed
Deploy Ansible Pipeline / Deploy Ansible Pipeline (push) Failing after 13m19s
feat: unpint default ubuntu-act-latest I use, add ubuntu-latest for copy/paste workflows, add a pin
2024-10-21 18:37:43 +00:00

14 lines
562 B
Text

{
"WARNING": "Templated from Ansible!",
"id": 0,
"uuid": "{{ FORGEJO_RUNNER_UUID }}",
"name": "{{ FORGEJO_RUNNER_NAME }}",
"token": "{{ FORGEJO_RUNNER_SHARED_SECRET }}",
"address": "https://git.auengun.net",
"labels": [
"docker:docker://node:20-bookworm",
"ubuntu-latest:docker://git.auengun.net/homelab/image-forgejo-runner",
"ubuntu-act-latest:docker://git.auengun.net/homelab/image-forgejo-runner",
"ubuntu-act-latest-pinned:docker://git.auengun.net/homelab/image-forgejo-runner:{{ FORGEJO_RUNNER_IMAGE_ACT_VERSION }}"
]
}