Revert "feat(workflows): update registry host to 192.168.100.49 across multiple CI/CD files"
Deployment Config CI / Deployment Config (push) Successful in 14s
Frontend CI / Frontend (push) Successful in 1m57s
Backend CI / Backend (push) Successful in 41m0s

This reverts commit 855e061244.
This commit is contained in:
2026-06-02 23:25:19 +08:00
parent 855e061244
commit 316e2a34aa
10 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ jobs:
- name: Publish backend images
if: github.event_name != 'pull_request'
env:
REGISTRY_HOST: 192.168.100.49:13000
REGISTRY_HOST: 192.168.100.19:13000
REGISTRY_OWNER: root
REGISTRY_IMAGE_PREFIX: geo-rankly
REGISTRY_USERNAME: root
+2 -2
View File
@@ -35,7 +35,7 @@ on:
host:
description: "NAS SSH host"
required: true
default: "192.168.100.49"
default: "192.168.100.19"
port:
description: "NAS SSH port"
required: true
@@ -78,7 +78,7 @@ env:
DEFAULT_WIN_ARCHES: "x64"
DEFAULT_VERSION_PREFIX: "0.1"
DEFAULT_NAS_OUTPUT_DIR: "/vol1/1000/share/gl-test"
DEFAULT_NAS_HOST: "192.168.100.49"
DEFAULT_NAS_HOST: "192.168.100.19"
DEFAULT_NAS_PORT: "22"
DEFAULT_NAS_USER: "admin"
DEFAULT_NAS_USE_SUDO: "true"
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
- name: Publish frontend images
if: github.event_name != 'pull_request'
env:
REGISTRY_HOST: 192.168.100.49:13000
REGISTRY_HOST: 192.168.100.19:13000
REGISTRY_OWNER: root
REGISTRY_IMAGE_PREFIX: geo-rankly
REGISTRY_USERNAME: root
@@ -40,7 +40,7 @@ on:
host:
description: "NAS SSH host"
required: true
default: "192.168.100.49"
default: "192.168.100.19"
port:
description: "NAS SSH port"
required: true
@@ -68,7 +68,7 @@ on:
registry_host:
description: "Gitea Registry host, without scheme"
required: true
default: "192.168.100.49:13000"
default: "192.168.100.19:13000"
registry_owner:
description: "Gitea package owner"
required: true
+2 -2
View File
@@ -47,7 +47,7 @@ name: Deploy NAS K3s
host:
description: "NAS SSH host"
required: true
default: "192.168.100.49"
default: "192.168.100.19"
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.49:13000"
default: "192.168.100.19:13000"
registry_owner:
description: "Gitea package owner"
required: true
+2 -2
View File
@@ -14,7 +14,7 @@ on:
registry_host:
description: "Gitea Registry host, without scheme"
required: true
default: "192.168.100.49:13000"
default: "192.168.100.19:13000"
registry_owner:
description: "Gitea package owner"
required: true
@@ -89,7 +89,7 @@ jobs:
fi
platform="${REQUESTED_PLATFORM:-linux/amd64}"
registry_host="${REGISTRY_HOST:-192.168.100.49:13000}"
registry_host="${REGISTRY_HOST:-192.168.100.19:13000}"
registry_owner="${REGISTRY_OWNER:-root}"
registry_image_prefix="${REGISTRY_IMAGE_PREFIX:-geo-rankly}"
registry_username="${REGISTRY_USERNAME:-root}"
+1 -1
View File
@@ -65,7 +65,7 @@ name: Deploy Production K3s
registry_host:
description: "NAS Gitea Registry host, without scheme"
required: true
default: "192.168.100.49:13000"
default: "192.168.100.19:13000"
registry_owner:
description: "Gitea package owner"
required: true