.gitea/workflows/image-update-and-release.yaml を更新
This commit is contained in:
@@ -165,13 +165,7 @@ jobs:
|
|||||||
APP_VERSION="${{ steps.phpmyadmin.outputs.app_version }}"
|
APP_VERSION="${{ steps.phpmyadmin.outputs.app_version }}"
|
||||||
CHART_NAME=$(grep '^name:' Chart.yaml | awk '{print $2}')
|
CHART_NAME=$(grep '^name:' Chart.yaml | awk '{print $2}')
|
||||||
PACKAGE_FILE="${CHART_NAME}-${APP_VERSION}.tgz"
|
PACKAGE_FILE="${CHART_NAME}-${APP_VERSION}.tgz"
|
||||||
RELEASE_BODY="phpMyAdmin Helm Chart v${APP_VERSION}
|
RELEASE_BODY="phpMyAdmin Helm Chart v${APP_VERSION} - phpMyAdmin: ${{ steps.phpmyadmin.outputs.latest }}, Nginx: ${{ steps.nginx.outputs.latest }}"
|
||||||
|
|
||||||
Changes:
|
|
||||||
- phpMyAdmin: ${{ steps.phpmyadmin.outputs.latest }}
|
|
||||||
- Nginx: ${{ steps.nginx.outputs.latest }}
|
|
||||||
|
|
||||||
Automated release by Gitea Actions"
|
|
||||||
|
|
||||||
# リリースを作成
|
# リリースを作成
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
|
|||||||
Reference in New Issue
Block a user