diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 833bb74..edab838 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -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 diff --git a/backend/main.py b/backend/main.py index 42545d2..0a79750 100644 --- a/backend/main.py +++ b/backend/main.py @@ -125,4 +125,5 @@ def random_recipe( if __name__ == "__main__": - uvicorn.run("main:app", host="0.0.0.0", port=8000, reload=True) \ No newline at end of file + uvicorn.run("main:app", host="0.0.0.0", port=8000, reload=True) + \ No newline at end of file