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"