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