diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5ae14f472..c4825da0d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,8 +73,8 @@ jobs: 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 ${{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