chore: rebuild against latest a2a-pack base
All checks were successful
build / build (push) Successful in 26s
All checks were successful
build / build (push) Successful in 26s
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
- name: build image
|
||||
run: |
|
||||
IMG=registry.a2acloud.io/agents/agent-builder
|
||||
docker build -t "$IMG:$GITHUB_SHA" -t "$IMG:latest" .
|
||||
docker build --pull -t "$IMG:$GITHUB_SHA" -t "$IMG:latest" .
|
||||
docker push "$IMG:$GITHUB_SHA"
|
||||
docker push "$IMG:latest"
|
||||
|
||||
|
||||
3
agent.py
3
agent.py
@@ -237,5 +237,4 @@ def _find_url(value: Any) -> str | None:
|
||||
m = _URL_RE.search(value)
|
||||
return m.group(0) if m else None
|
||||
return None
|
||||
# rebuild against fresh a2a-pack-base 2026-05-16T00:30:00 (auth + progress + apt + 0.1.2)
|
||||
# rebuild 1778593200
|
||||
# rebuild against fresh a2a-pack-base 2026-05-16T20:29:04Z (a2a-pack 0.1.3)
|
||||
|
||||
Reference in New Issue
Block a user