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

This commit is contained in:
Renovate Bot 2024-12-17 09:03:33 +00:00
parent 97c29083c4
commit d4a94382c1
Signed by: Renovate
GPG key ID: 75104EA541C20B25

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