feat: add Docker publish workflow for GHCR

- Add .github/workflows/docker.yml for automated Docker builds
- Publishes to ghcr.io/theonlyhennygod/zeroclaw
- Builds on push to main and tags (v*)
- Multi-platform support (linux/amd64, linux/arm64)
- Update docker-compose.yml to use GHCR image

Part of #45
This commit is contained in:
argenis de la rosa 2026-02-14 17:34:22 -05:00
parent 3219387641
commit 9c10338c7c
3 changed files with 443 additions and 50 deletions

View file

@ -9,7 +9,7 @@
services:
zeroclaw:
image: zeroclaw/zeroclaw:latest
image: ghcr.io/theonlyhennygod/zeroclaw:latest
# Or build locally:
# build: .
container_name: zeroclaw