diff options
| author | soryu <soryu@soryu.co> | 2026-02-23 00:30:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-23 00:30:44 +0000 |
| commit | 212953938d84b6fca07112dcac759eea060a8393 (patch) | |
| tree | c211e2bc2ffcd0362aa1721eb23167c912d77bc3 /k8s/daemon/README.md | |
| parent | a8dd432fd58a3036cf952eec691981dff43a7c7e (diff) | |
| download | soryu-0.2.0.tar.gz soryu-0.2.0.zip | |
feat: publish makima to public repo with sync, GHCR, and install updates (#79)v0.2.0
* feat: soryu-co/soryu - makima: Update install.sh to point at public makima repo
* feat: soryu-co/soryu - makima: Update daemons page download links to use public makima releases
* feat: soryu-co/soryu - makima: Research Cloudflare Containers for running full makima daemon
* feat: soryu-co/soryu - makima: Push container image to ghcr.io/soryu-co/makima namespace
* feat: soryu-co/soryu - makima: Add workflow to sync public files to soryu-co/makima repo
Diffstat (limited to 'k8s/daemon/README.md')
| -rw-r--r-- | k8s/daemon/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/k8s/daemon/README.md b/k8s/daemon/README.md index 79c8f96..1459b53 100644 --- a/k8s/daemon/README.md +++ b/k8s/daemon/README.md @@ -22,6 +22,9 @@ docker build -f k8s/daemon/Dockerfile -t ghcr.io/soryu-co/makima-daemon:latest . docker push ghcr.io/soryu-co/makima-daemon:latest ``` +> **Note:** The daemon image is also published as `ghcr.io/soryu-co/makima:latest`. +> Both images are byte-identical; the shorter name is provided as a convenience. + ### 2. Configure secrets Edit `secret.yaml` with your actual credentials, or create the secret directly: |
