fix(container): update image code.forgejo.org/forgejo/runner to v5.0.4 #574

Open
Renovate wants to merge 1 commit from renovate/code.forgejo.org-forgejo-runner-5.x into main

View file

@ -26,7 +26,7 @@ spec:
# https://forgejo.org/docs/v1.21/admin/actions/#offline-registration
initContainers:
- 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)]
env:
- name: RUNNER_NAME