ci(release): publish the missing roboco-agent-secretary image

The secretary agent image landed with the company layer (0.4.0) and is
built by docker-compose + referenced by the orchestrator, but the release
workflow's publish list was never updated, so it was absent from GHCR and
Docker Hub. Add it so a pull-based deploy has the full image set.
This commit is contained in:
Renn F
2026-06-16 18:14:24 +02:00
parent df5e579916
commit 78b22a4c1b
+1
View File
@@ -98,6 +98,7 @@ jobs:
[roboco-agent-ux]=docker/agent-ux.Dockerfile
[roboco-agent-doc]=docker/agent-doc.Dockerfile
[roboco-agent-prompter]=docker/agent-prompter.Dockerfile
[roboco-agent-secretary]=docker/agent-secretary.Dockerfile
)
for name in "${!IMAGES[@]}"; do
echo "::group::build ${name}"