forked from DevFW-CICD/stacks
feat(runner): Added ubuntu-latest runner tag
This commit is contained in:
parent
9016831286
commit
8a38aee529
2 changed files with 13 additions and 1 deletions
|
@ -29,7 +29,18 @@ spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: runner-register
|
- name: runner-register
|
||||||
image: code.forgejo.org/forgejo/runner:6.0.1
|
image: code.forgejo.org/forgejo/runner:6.0.1
|
||||||
command: ["forgejo-runner", "register", "--no-interactive", "--token", $(RUNNER_SECRET), "--name", $(RUNNER_NAME), "--instance", $(FORGEJO_INSTANCE_URL), "--labels", "docker:docker://node:20-bookworm,ubuntu-22.04:docker://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/catthehackerubuntu:act-22.04"]
|
command:
|
||||||
|
- "forgejo-runner"
|
||||||
|
- "register"
|
||||||
|
- "--no-interactive"
|
||||||
|
- "--token"
|
||||||
|
- $(RUNNER_SECRET)
|
||||||
|
- "--name"
|
||||||
|
- $(RUNNER_NAME)
|
||||||
|
- "--instance"
|
||||||
|
- $(FORGEJO_INSTANCE_URL)
|
||||||
|
- "--labels"
|
||||||
|
- "docker:docker://node:20-bookworm,ubuntu-22.04:docker://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/catthehackerubuntu:act-22.04,ubuntu-latest:docker://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/catthehackerubuntu:act-22.04"
|
||||||
env:
|
env:
|
||||||
- name: RUNNER_NAME
|
- name: RUNNER_NAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|
|
@ -53,3 +53,4 @@ forgejo:
|
||||||
- docker:docker://node:16-bullseye
|
- docker:docker://node:16-bullseye
|
||||||
- self-hosted:docker://ghcr.io/catthehacker/ubuntu:act-22.04
|
- self-hosted:docker://ghcr.io/catthehacker/ubuntu:act-22.04
|
||||||
- ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04
|
- ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04
|
||||||
|
- ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-22.04
|
||||||
|
|
Loading…
Reference in a new issue