File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 21
21
ANSIBLE_CHATBOT_VERSION : ${{ github.event.inputs.version }}
22
22
23
23
steps :
24
- - name : Set up QEMU
25
- uses : docker/setup-qemu-action@v3
26
-
27
- - name : Set up Docker Buildx
28
- uses : docker/setup-buildx-action@v3
29
- with :
30
- driver-opts : network=host
31
-
32
24
- name : Login to Quay
33
25
uses : docker/login-action@v3
34
26
with :
@@ -53,24 +45,12 @@ jobs:
53
45
run : |
54
46
make setup
55
47
56
- - name : Base Ansible Chatbot Stack Build
57
- run : |
58
- export LLAMA_STACK_VERSION=$(cat requirements.txt | grep llama-stack== | cut -c 14-)
59
- export PYPI_VERSION=$LLAMA_STACK_VERSION
60
- echo "LLAMA_STACK_VERSION=$LLAMA_STACK_VERSION" >> "$GITHUB_ENV"
61
- make build
62
- docker tag docker.io/library/ansible-chatbot-stack-base:$LLAMA_STACK_VERSION localhost:5000/ansible-chatbot-stack-base:$LLAMA_STACK_VERSION
63
- docker push localhost:5000/ansible-chatbot-stack-base:$LLAMA_STACK_VERSION
64
-
65
48
- name : Ansible Chatbot Stack Build and Push
66
49
uses : docker/build-push-action@v6
67
50
with :
68
51
file : Containerfile
69
52
push : true
70
53
tags : quay.io/ansible/ansible-chatbot-stack:latest,quay.io/ansible/ansible-chatbot-stack:${{ env.ANSIBLE_CHATBOT_VERSION }}
71
- build-args : |
72
- ANSIBLE_CHATBOT_BASE_IMAGE=localhost:5000/ansible-chatbot-stack-base
73
- LLAMA_STACK_VERSION=${{ env.LLAMA_STACK_VERSION }}
74
54
75
55
- name : Create GitHub Repository Tag
76
56
id : create_gh_repo_tag
You can’t perform that action at this time.
0 commit comments