.gitea/workflows/update-images.yaml を更新
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user