forked from phoenix-oss/llama-stack-mirror
add kvant
Some checks failed
Build and Push container / build_concierge_backend (push) Failing after 33s
Some checks failed
Build and Push container / build_concierge_backend (push) Failing after 33s
This commit is contained in:
parent
1c1a54d5d4
commit
8e20d934e2
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -6,12 +6,14 @@ on:
|
||||||
# - cron: "0 10 * * *"
|
# - cron: "0 10 * * *"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- main
|
||||||
|
- kvant
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- main
|
||||||
|
- kvant
|
||||||
env:
|
env:
|
||||||
IMAGE: git.kvant.cloud/${{github.repository}}
|
IMAGE: git.kvant.cloud/${{github.repository}}
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue