Align Docker install and publish workflow

This commit is contained in:
cyph3rasi
2026-03-07 16:27:50 -08:00
parent ae2c34df6c
commit 180164f7d2
6 changed files with 23 additions and 33 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ docker compose exec caddy caddy validate --config /etc/caddy/Caddyfile
### Image pull fails
```bash
# Verify image exists
docker pull ghcr.io/cyph3rasi/synapsis:latest
docker pull ghcr.io/gnosyslabs/synapsis:latest
# Check the published package tags in GitHub Container Registry
```