forked from phoenix-oss/llama-stack-mirror
This commit is contained in:
parent
ecaded3afd
commit
ef8c200539
2 changed files with 9 additions and 2 deletions
2
.github/workflows/Dockerfile
vendored
2
.github/workflows/Dockerfile
vendored
|
@ -1 +1 @@
|
|||
FROM distribution-kvant:dev
|
||||
FROM localhost:5000/distribution-kvant:dev
|
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
|
@ -19,6 +19,11 @@ env:
|
|||
jobs:
|
||||
build_concierge_backend:
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
registry:
|
||||
image: registry:2
|
||||
ports:
|
||||
- 5000:5000
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@ -63,7 +68,9 @@ jobs:
|
|||
env:
|
||||
USE_COPY_NOT_MOUNT: true
|
||||
LLAMA_STACK_DIR: .
|
||||
run: uvx --from . llama stack build --template kvant --image-type container
|
||||
run: |
|
||||
uvx --from . llama stack build --template kvant --image-type container
|
||||
docker tag distribution-kvant:dev localhost:5000/distribution-kvant:dev
|
||||
|
||||
- name: Build and push to gitea registry
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue