🔨 Update the gha script to include new services and renames

This commit is contained in:
2026-03-07 13:27:17 +08:00
parent f0789b238d
commit 763c2cd3c3

View File

@@ -25,8 +25,8 @@ jobs:
- name: Determine changed services
id: changes
run: |
services=("Sphere" "Pass" "Ring" "Drive" "Develop" "Insight" "Zone" "Messager" "Wallet")
images=("sphere" "pass" "ring" "drive" "develop" "insight" "zone" "messager" "wallet")
services=("Sphere" "Passport" "Padlock" "Ring" "Drive" "Develop" "Insight" "Zone" "Messager" "Wallet")
images=("sphere" "passport" "padlock" "ring" "drive" "develop" "insight" "zone" "messager" "wallet")
# On manual dispatch, build all services
if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then