PR #265 added Dockerfile.copilot but did not update .github/workflows/build.yml to include it in the build matrix.
Currently the matrix only builds 4 variants:
Dockerfile (default)
Dockerfile.codex
Dockerfile.claude
Dockerfile.gemini
Need to add { suffix: "-copilot", dockerfile: "Dockerfile.copilot", artifact: "copilot" } to all three matrix blocks:
build-image
merge-manifests
promote-stable
Without this, ghcr.io/openabdev/openab-copilot is never published by CI.
PR #265 added
Dockerfile.copilotbut did not update.github/workflows/build.ymlto include it in the build matrix.Currently the matrix only builds 4 variants:
Dockerfile(default)Dockerfile.codexDockerfile.claudeDockerfile.geminiNeed to add
{ suffix: "-copilot", dockerfile: "Dockerfile.copilot", artifact: "copilot" }to all three matrix blocks:build-imagemerge-manifestspromote-stableWithout this,
ghcr.io/openabdev/openab-copilotis never published by CI.