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: |
IMG=registry.a2acloud.io/agents/agent-builder
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.name "ci"
git add deploy/20-deployment.yaml