mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-24 21:05:09 +08:00
修复 postgresql 匹配机制
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
cfc0afe2a5
commit
9d16a4cd46
5
.github/workflows/renovate-app-version.sh
vendored
5
.github/workflows/renovate-app-version.sh
vendored
@ -33,7 +33,10 @@ process_image() {
|
||||
found_alpine=false
|
||||
for item in "${app_alpine_names[@]}"; do
|
||||
if [[ "$item" == "$app_name" ]]; then
|
||||
found_alpine=true
|
||||
if [[ "$trimmed_version" == *"alpine"* ]]; then
|
||||
found_alpine=true
|
||||
echo "Found alpine version"
|
||||
fi
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user