From 00fc43ae968c6fc040e1916a19bab64b085362c5 Mon Sep 17 00:00:00 2001 From: Angel Nunez Mencias Date: Sun, 1 Jun 2025 12:13:57 +0200 Subject: [PATCH] do not push twice --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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