From 226e443e035778a11e5be32129268d7fa3614e12 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46b134247..098f8af5e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,6 +71,7 @@ jobs: run: | uvx --from . llama stack build --template kvant --image-type container docker tag distribution-kvant:dev localhost:5000/distribution-kvant:dev + docker push localhost:5000/distribution-kvant:dev - name: Build and push to gitea registry uses: docker/build-push-action@v6