Change registry in harbor

This commit is contained in:
dvirlabs 2025-12-01 09:48:00 +02:00
parent 3b3fea235d
commit e516be7191
2 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,7 @@ steps:
path:
include: [ backend/** ]
settings:
registry: harbor.dvirlabs.com
registry: harbor-core.dev-tools.svc.cluster.local
repo: my-apps/${CI_REPO_NAME}-backend
dockerfile: backend/Dockerfile
context: backend

View File

@ -126,3 +126,4 @@ def random_recipe(
if __name__ == "__main__":
uvicorn.run("main:app", host="0.0.0.0", port=8000, reload=True)