From 65936f79337a59b597eefb91e8f7e16ee115f3be Mon Sep 17 00:00:00 2001 From: Angel Nunez Mencias Date: Sun, 1 Jun 2025 12:13:57 +0200 Subject: [PATCH] wip --- .github/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 098f8af5e..5ae14f472 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,6 +36,8 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 + with: + driver-opts: network=host - name: Login to git.kvant.cloud registry uses: docker/login-action@v3 @@ -70,6 +72,10 @@ jobs: LLAMA_STACK_DIR: . run: | uvx --from . llama stack build --template kvant --image-type container + + docker tag distribution-kvant:dev ${{env.IMAGE}}:kvant + docker push ${{env.IMAGE}}:kvant + docker tag distribution-kvant:dev localhost:5000/distribution-kvant:dev docker push localhost:5000/distribution-kvant:dev