forked from phoenix-oss/llama-stack-mirror
wip
This commit is contained in:
parent
226e443e03
commit
65936f7933
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -36,6 +36,8 @@ jobs:
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
with:
|
||||||
|
driver-opts: network=host
|
||||||
|
|
||||||
- name: Login to git.kvant.cloud registry
|
- name: Login to git.kvant.cloud registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
@ -70,6 +72,10 @@ jobs:
|
||||||
LLAMA_STACK_DIR: .
|
LLAMA_STACK_DIR: .
|
||||||
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 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