Update Harbor registry IP and port for the pipeline

This commit is contained in:
abdelbari
2026-03-10 07:29:31 +00:00
parent a0041afce9
commit 59b37a64f5

View File

@@ -6,7 +6,7 @@ cd /home/ubuntu/Bgreen/sgeUpdated
# -----------------------
# Harbor settings
# -----------------------
HARBOR_REGISTRY="10.150.1.166"
HARBOR_REGISTRY="10.150.1.166:8085"
HARBOR_PROJECT="bgreen"
BACKEND_IMAGE_REPO="${HARBOR_REGISTRY}/${HARBOR_PROJECT}/bgreen-backend"