Revert "feat(workflows): update registry host to 192.168.100.49 across multiple CI/CD files"
This reverts commit 855e061244.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user