File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,11 @@ jobs:
12
12
13
13
build_push :
14
14
runs-on : ubuntu-latest
15
- services :
16
- registry :
17
- image : registry:2
18
- ports :
19
- - 5000:5000
15
+
20
16
env :
21
17
ANSIBLE_CHATBOT_VERSION : ${{ github.event.inputs.version }}
22
18
23
19
steps :
24
- - name : Set up Docker Buildx
25
- uses : docker/setup-buildx-action@v3
26
20
27
21
- name : Login to Quay
28
22
uses : docker/login-action@v3
@@ -43,10 +37,14 @@ jobs:
43
37
44
38
- name : Install uv
45
39
uses : astral-sh/setup-uv@v6
46
-
47
- - name : Environment Setup
40
+
41
+ - name : Fetch providers.d information
48
42
run : |
49
- make setup
43
+ mkdir -p llama-stack/providers.d/inline/agents/
44
+ curl -o llama-stack/providers.d/inline/agents/lightspeed_inline_agent.yaml https://raw.githubusercontent.com/lightspeed-core/lightspeed-providers/refs/heads/main/resources/external_providers/inline/agents/lightspeed_inline_agent.yaml
45
+
46
+ - name : Set up Docker Buildx
47
+ uses : docker/setup-buildx-action@v3
50
48
51
49
- name : Ansible Chatbot Stack Build and Push
52
50
uses : docker/build-push-action@v6
You can’t perform that action at this time.
0 commit comments