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
Showing only changes of commit d4a94382c1 - Show all commits

View file

@ -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