builder: expose runtime image env
All checks were successful
build / build (push) Successful in 26s

This commit is contained in:
robert
2026-05-19 12:54:52 -03:00
parent 75e34f3fd1
commit 490bf09260
2 changed files with 5 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ jobs:
run: | run: |
IMG=registry.a2acloud.io/agents/agent-builder IMG=registry.a2acloud.io/agents/agent-builder
sed -i "s|image: $IMG:.*|image: $IMG:$GITHUB_SHA|" deploy/20-deployment.yaml sed -i "s|image: $IMG:.*|image: $IMG:$GITHUB_SHA|" deploy/20-deployment.yaml
sed -i "s|value: $IMG:.*|value: $IMG:$GITHUB_SHA|" deploy/20-deployment.yaml
git config user.email "ci@a2a.local" git config user.email "ci@a2a.local"
git config user.name "ci" git config user.name "ci"
git add deploy/20-deployment.yaml git add deploy/20-deployment.yaml

View File

@@ -26,6 +26,10 @@ spec:
- containerPort: 8000 - containerPort: 8000
name: http name: http
env: env:
- name: A2A_AGENT_IMAGE
value: registry.a2acloud.io/agents/agent-builder:f6c612a07134d87d3d9dd7ef66cc19325e0c4c06
- name: A2A_RENDER_IMAGE
value: registry.a2acloud.io/agents/agent-builder:f6c612a07134d87d3d9dd7ef66cc19325e0c4c06
- name: SANDBOX_URL - name: SANDBOX_URL
value: http://sandbox.sandbox.svc.cluster.local:8000 value: http://sandbox.sandbox.svc.cluster.local:8000
- name: A2A_LITELLM_URL - name: A2A_LITELLM_URL