feat(workflows): update registry host to 192.168.100.49 across multiple CI/CD files
Deployment Config CI / Deployment Config (push) Successful in 8m5s
Frontend CI / Frontend (push) Failing after 22m8s
Backend CI / Backend (push) Failing after 22m8s

This commit is contained in:
2026-06-02 22:26:28 +08:00
parent 36d2f99fcf
commit 855e061244
10 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ name: Deploy NAS K3s
host:
description: "NAS SSH host"
required: true
default: "192.168.100.19"
default: "192.168.100.49"
port:
description: "NAS SSH port"
required: true
@@ -79,7 +79,7 @@ name: Deploy NAS K3s
registry_host:
description: "Gitea Registry host, without scheme"
required: true
default: "192.168.100.19:13000"
default: "192.168.100.49:13000"
registry_owner:
description: "Gitea package owner"
required: true