Some checks failed
Deploy Ansible Pipeline / Deploy Ansible Pipeline (push) Failing after 13m19s
14 lines
562 B
Text
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 }}"
|
|
]
|
|
}
|