.gitea/workflows/image-update-and-release.yaml を更新
All checks were successful
Helm Chart Release / release-chart (push) Successful in 5s
All checks were successful
Helm Chart Release / release-chart (push) Successful in 5s
This commit is contained in:
@@ -49,11 +49,11 @@ jobs:
|
||||
echo "WordPress version: $APP_VERSION"
|
||||
|
||||
# バージョン情報を分解して表示
|
||||
WP_VERSION=$(echo $LATEST | cut -d'-' -f1)
|
||||
PHP_VERSION=$(echo $LATEST | cut -d'-' -f2)
|
||||
echo " WordPress: $WP_VERSION"
|
||||
echo " PHP: $PHP_VERSION"
|
||||
echo " Base: fpm-alpine"
|
||||
WP_VERSION=$(echo $LATEST | cut -d'-' -f1)
|
||||
PHP_VERSION=$(echo $LATEST | cut -d'-' -f2)
|
||||
echo " WordPress: $WP_VERSION"
|
||||
echo " PHP: $PHP_VERSION"
|
||||
echo " Base: fpm-alpine"
|
||||
|
||||
echo "current=$CURRENT" >> $GITHUB_OUTPUT
|
||||
echo "latest=$LATEST" >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user