.gitea/workflows/update-images.yaml を更新

This commit is contained in:
2025-12-05 01:32:47 +00:00
parent 34235a58b6
commit a4d6136c97

View File

@@ -57,10 +57,10 @@ jobs:
if [ "$NGINX_CURRENT" != "$NGINX_LATEST" ] || [ "$WP_CURRENT" != "$WP_LATEST" ]; then
echo "update_needed=true" >> $GITHUB_OUTPUT
echo " Update is needed"
echo "Check: Update is needed"
else
echo "update_needed=false" >> $GITHUB_OUTPUT
echo " Already up to date"
echo "Info: Already up to date"
fi
- name: Update values.yaml
@@ -79,7 +79,7 @@ jobs:
WP_NEW="${{ steps.wordpress.outputs.latest }}"
sed -i "s|tag: \"${WP_OLD}\"|tag: \"${WP_NEW}\"|g" values.yaml
echo " values.yaml updated"
echo "Check: values.yaml updated"
git diff values.yaml
- name: Update Chart.yaml version