From 60956e0ecb58b34c4d6c26b6a08f9ccb2a7b4a5b Mon Sep 17 00:00:00 2001 From: staverm Date: Fri, 16 Jan 2026 16:28:48 +0100 Subject: [PATCH] CI: publish client image --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 573ea1e..e42dc0c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Publish Agents +name: Publish Images # Trigger this workflow when pushing main branch and tags on: @@ -24,6 +24,8 @@ jobs: dockerfile: scenarios/tau2/Dockerfile.tau2-agent - name: tau2-evaluator dockerfile: scenarios/tau2/Dockerfile.tau2-evaluator + - name: agentbeats-client + dockerfile: Dockerfile.client_cli # These permissions are required for the workflow to: # - Read repository contents (checkout code)