.gitea/workflows/image-update-and-release.yaml を更新
Some checks failed
Helm Chart Release / release-chart (push) Successful in 12s
Update Docker Image Tags and Release Helm Chart / update-and-release (push) Failing after 56s

This commit is contained in:
2026-02-06 23:52:21 +00:00
parent 0e682b9fd1
commit 04628452c9

View File

@@ -165,13 +165,7 @@ jobs:
APP_VERSION="${{ steps.phpmyadmin.outputs.app_version }}"
CHART_NAME=$(grep '^name:' Chart.yaml | awk '{print $2}')
PACKAGE_FILE="${CHART_NAME}-${APP_VERSION}.tgz"
RELEASE_BODY="phpMyAdmin Helm Chart v${APP_VERSION}
Changes:
- phpMyAdmin: ${{ steps.phpmyadmin.outputs.latest }}
- Nginx: ${{ steps.nginx.outputs.latest }}
Automated release by Gitea Actions"
RELEASE_BODY="phpMyAdmin Helm Chart v${APP_VERSION} - phpMyAdmin: ${{ steps.phpmyadmin.outputs.latest }}, Nginx: ${{ steps.nginx.outputs.latest }}"
# リリースを作成
curl -X POST \