fix(container): update image code.forgejo.org/forgejo/runner to v6.2.2

This commit is contained in:
Renovate Bot 2025-01-31 12:03:41 +00:00 committed by SeanOMik
parent c5e4c9f972
commit 4629c386d4

View file

@ -29,7 +29,7 @@ spec:
# https://forgejo.org/docs/v1.21/admin/actions/#offline-registration
initContainers:
- name: runner-register
image: &runnerImg code.forgejo.org/forgejo/runner:6.2.0
image: &runnerImg code.forgejo.org/forgejo/runner:6.2.2
command: ["forgejo-runner", "register", "--no-interactive", "--token", $(RUNNER_SECRET), "--name", $(RUNNER_NAME), "--instance", $(FORGEJO_INSTANCE_URL)]
env:
- name: RUNNER_NAME