From 01337220faec8f9bce9650b888e03a7b858343e0 Mon Sep 17 00:00:00 2001 From: Angel Nunez Mencias Date: Mon, 26 May 2025 06:34:30 +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