chore: rebuild against latest a2a-pack base
All checks were successful
build / build (push) Successful in 26s

This commit is contained in:
robert
2026-05-16 17:29:30 -03:00
parent 022f029161
commit 7d2be163ef
2 changed files with 2 additions and 3 deletions

View File

@@ -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"

View File

@@ -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)