From 5b66dd4c38a363f5f2673659235ffd4ce16ece11 Mon Sep 17 00:00:00 2001 From: pieter Date: Tue, 17 Feb 2026 04:22:51 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/image-update-and-release.yaml b/.gitea/workflows/image-update-and-release.yaml index 2fd1f76..e798193 100644 --- a/.gitea/workflows/image-update-and-release.yaml +++ b/.gitea/workflows/image-update-and-release.yaml @@ -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