From 08a702bead508d1a95517b7e554909c2adc1e59e Mon Sep 17 00:00:00 2001 From: pieter Date: Thu, 5 Feb 2026 06:51:56 +0000 Subject: [PATCH] =?UTF-8?q?.gitea/workflows/update-images.yaml=20=E3=82=92?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/update-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/update-images.yaml b/.gitea/workflows/update-images.yaml index 4e03e94..7e6a619 100644 --- a/.gitea/workflows/update-images.yaml +++ b/.gitea/workflows/update-images.yaml @@ -172,7 +172,7 @@ jobs: cp /tmp/helm-repo/"${PACKAGE_FILE}" . # index.yamlを生成/更新 - helm repo index . --url "https://gitea.example.com/${GITHUB_REPOSITORY}/raw/branch/gh-pages" + helm repo index . --url "https://gitea.cafepieters.com/${GITHUB_REPOSITORY}/raw/branch/gh-pages" # コミットしてプッシュ git config user.name "GitHub Actions Bot"