forked from phoenix-oss/llama-stack-mirror
do not push twice
This commit is contained in:
parent
65936f7933
commit
00fc43ae96
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -73,8 +73,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
uvx --from . llama stack build --template kvant --image-type container
|
uvx --from . llama stack build --template kvant --image-type container
|
||||||
|
|
||||||
docker tag distribution-kvant:dev ${{env.IMAGE}}:kvant
|
# docker tag distribution-kvant:dev ${{env.IMAGE}}:kvant
|
||||||
docker push ${{env.IMAGE}}:kvant
|
# docker push ${{env.IMAGE}}:kvant
|
||||||
|
|
||||||
docker tag distribution-kvant:dev localhost:5000/distribution-kvant:dev
|
docker tag distribution-kvant:dev localhost:5000/distribution-kvant:dev
|
||||||
docker push localhost:5000/distribution-kvant:dev
|
docker push localhost:5000/distribution-kvant:dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue