From 82cafaf44cbd051aa19477e7e5723a685f8ea9f3 Mon Sep 17 00:00:00 2001 From: Hidetake Iwata Date: Tue, 30 May 2023 11:45:01 +0900 Subject: [PATCH] Test ghcr.io/int128/actions-runner:2.304.0 --- helmfile.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helmfile.yaml b/helmfile.yaml index aa29be3..54a4539 100644 --- a/helmfile.yaml +++ b/helmfile.yaml @@ -23,6 +23,12 @@ releases: github_app_id: {{ requiredEnv "APP_ID" | quote }} github_app_installation_id: {{ requiredEnv "APP_INSTALLATION_ID" | quote }} github_app_private_key: {{ requiredEnv "APP_PRIVATE_KEY" | quote }} + template: + spec: + containers: + - name: runner + image: ghcr.io/int128/actions-runner:2.304.0 + command: ["/home/runner/run.sh"] helmDefaults: wait: true