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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user