wip
Some checks failed
Build and Push container / build_concierge_backend (push) Failing after 2m8s

This commit is contained in:
Angel Nunez Mencias 2025-05-26 06:30:52 +02:00
parent ecaded3afd
commit ef8c200539
Signed by: angel.nunez
SSH key fingerprint: SHA256:z1nFAg1v1AfbhEHrgBetByUJUwziv2R2f4VyN75opcg
2 changed files with 9 additions and 2 deletions

View file

@ -1 +1 @@
FROM distribution-kvant:dev
FROM localhost:5000/distribution-kvant:dev

View file

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