forked from phoenix-oss/llama-stack-mirror
wip
All checks were successful
Build and Push container / build_concierge_backend (push) Successful in 5m39s
All checks were successful
Build and Push container / build_concierge_backend (push) Successful in 5m39s
This commit is contained in:
parent
01337220fa
commit
67646e07eb
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
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
driver-opts: network=host
|
||||
|
||||
- name: Login to git.kvant.cloud registry
|
||||
uses: docker/login-action@v3
|
||||
|
@ -70,6 +72,10 @@ jobs:
|
|||
LLAMA_STACK_DIR: .
|
||||
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 localhost:5000/distribution-kvant:dev
|
||||
docker push localhost:5000/distribution-kvant:dev
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue