fix(container): update image code.forgejo.org/forgejo/runner to v5.0.4
This commit is contained in:
parent
97c29083c4
commit
d4a94382c1
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ spec:
|
||||||
# https://forgejo.org/docs/v1.21/admin/actions/#offline-registration
|
# https://forgejo.org/docs/v1.21/admin/actions/#offline-registration
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: runner-register
|
- name: runner-register
|
||||||
image: &runnerImg code.forgejo.org/forgejo/runner:5.0.3
|
image: &runnerImg code.forgejo.org/forgejo/runner:5.0.4
|
||||||
command: ["forgejo-runner", "register", "--no-interactive", "--token", $(RUNNER_SECRET), "--name", $(RUNNER_NAME), "--instance", $(FORGEJO_INSTANCE_URL)]
|
command: ["forgejo-runner", "register", "--no-interactive", "--token", $(RUNNER_SECRET), "--name", $(RUNNER_NAME), "--instance", $(FORGEJO_INSTANCE_URL)]
|
||||||
env:
|
env:
|
||||||
- name: RUNNER_NAME
|
- name: RUNNER_NAME
|
||||||
|
|
Loading…
Reference in a new issue