.gitea/workflows/update-images.yaml を更新
All checks were successful
Helm Chart Release / release-chart (push) Successful in 12s

This commit is contained in:
2026-02-05 06:51:56 +00:00
parent fe991dea2a
commit 08a702bead

View File

@@ -172,7 +172,7 @@ jobs:
cp /tmp/helm-repo/"${PACKAGE_FILE}" . cp /tmp/helm-repo/"${PACKAGE_FILE}" .
# index.yamlを生成/更新 # 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" git config user.name "GitHub Actions Bot"