fix: correct image registry paths to ops namespace, secrets configured
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ernie Butcher
2026-03-18 17:24:11 -04:00
parent fd6194ecda
commit fdeba0bb19
2 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ steps:
from_secret: gitea_username
password:
from_secret: gitea_token
repo: git.jiosii.com/admin/server-manager-backend
repo: git.jiosii.com/ops/server-manager-backend
context: backend
dockerfile: backend/Dockerfile
tags:
@@ -74,7 +74,7 @@ steps:
from_secret: gitea_username
password:
from_secret: gitea_token
repo: git.jiosii.com/admin/server-manager-frontend
repo: git.jiosii.com/ops/server-manager-frontend
context: frontend
dockerfile: frontend/Dockerfile
tags:

View File

@@ -18,7 +18,7 @@ services:
retries: 5
backend:
image: ${REGISTRY:-git.jiosii.com}/admin/server-manager-backend:${TAG:-latest}
image: ${REGISTRY:-git.jiosii.com}/ops/server-manager-backend:${TAG:-latest}
build:
context: ./backend
dockerfile: Dockerfile
@@ -43,7 +43,7 @@ services:
- "3001:3001"
frontend:
image: ${REGISTRY:-git.jiosii.com}/admin/server-manager-frontend:${TAG:-latest}
image: ${REGISTRY:-git.jiosii.com}/ops/server-manager-frontend:${TAG:-latest}
build:
context: ./frontend
dockerfile: Dockerfile