From e1ba03d31e31ccdcc4257b3a08a3742f2ffacd3a Mon Sep 17 00:00:00 2001 From: pieter Date: Tue, 17 Feb 2026 04:21:30 +0000 Subject: [PATCH] =?UTF-8?q?.gitea/workflows/image-update-and-release.yaml?= =?UTF-8?q?=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/image-update-and-release.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/image-update-and-release.yaml b/.gitea/workflows/image-update-and-release.yaml index c465f9f..2fd1f76 100644 --- a/.gitea/workflows/image-update-and-release.yaml +++ b/.gitea/workflows/image-update-and-release.yaml @@ -49,12 +49,12 @@ 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 echo "app_version=$APP_VERSION" >> $GITHUB_OUTPUT