rebased: Add Gitea Actions act runner #666

Merged
vjm merged 27 commits from gitea-actions into main 2024-11-10 13:35:57 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 86870d8320 - Show all commits

View File

@ -32,7 +32,7 @@ spec:
spec:
initContainers:
- name: init-gitea
image: "{{ .Values.actions.init.repository }}:{{ .Values.actions.init.tag }}"
image: "{{ .Values.actions.init.image.repository }}:{{ .Values.actions.init.image.tag }}"
command:
- sh
- -c

View File

@ -28,7 +28,7 @@ spec:
spec:
initContainers:
- name: init-gitea
image: "{{ .Values.actions.init.repository }}:{{ .Values.actions.init.tag }}"
image: "{{ .Values.actions.init.image.repository }}:{{ .Values.actions.init.image.tag }}"
command:
- sh
- -c