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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user