do not push twice

This commit is contained in:
Angel Nunez Mencias 2025-06-01 12:13:57 +02:00
parent 65936f7933
commit 00fc43ae96
Signed by: angel.nunez
SSH key fingerprint: SHA256:z1nFAg1v1AfbhEHrgBetByUJUwziv2R2f4VyN75opcg

View file

@ -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