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:
parent
3219387641
commit
9c10338c7c
3 changed files with 443 additions and 50 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
services:
|
||||
zeroclaw:
|
||||
image: zeroclaw/zeroclaw:latest
|
||||
image: ghcr.io/theonlyhennygod/zeroclaw:latest
|
||||
# Or build locally:
|
||||
# build: .
|
||||
container_name: zeroclaw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue