From 4806b3ab59b6cea19e3b0f07b92a9af4c1e5c62d Mon Sep 17 00:00:00 2001 From: Angel Nunez Mencias Date: Mon, 26 May 2025 06:30:34 +0200 Subject: [PATCH] wip --- .github/workflows/ci.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b6588fc54..46b134247 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,6 +19,11 @@ env: jobs: build_concierge_backend: runs-on: ubuntu-latest + services: + registry: + image: registry:2 + ports: + - 5000:5000 steps: - name: Checkout uses: actions/checkout@v4 @@ -63,7 +68,9 @@ jobs: env: USE_COPY_NOT_MOUNT: true LLAMA_STACK_DIR: . - run: uvx --from . llama stack build --template kvant --image-type container + run: | + uvx --from . llama stack build --template kvant --image-type container + docker tag distribution-kvant:dev localhost:5000/distribution-kvant:dev - name: Build and push to gitea registry uses: docker/build-push-action@v6