Condenses Documentation

This commit is contained in:
2026-03-29 02:55:42 -04:00
parent 323484a33a
commit 55fe839882
14 changed files with 363 additions and 2971 deletions

View File

@@ -12,7 +12,7 @@ git tag v1.0.0
git push origin v1.0.0
```
Your image will be at: `ghcr.io/YOUR_USERNAME/turbovault:v1.0.0`
Your image will be at: `ghcr.io/ryankazokas/turbovault-app:v1.0.0`
## Optional: Use a Different Registry
@@ -91,7 +91,7 @@ The workflow will automatically build and push to GitHub Container Registry.
1. Go to your GitHub profile
2. Click **Packages** tab
3. You'll see `turbovault` package
4. Images are at: `ghcr.io/YOUR_USERNAME/turbovault:TAG`
4. Images are at: `ghcr.io/ryankazokas/turbovault-app:TAG`
## Troubleshooting
@@ -214,7 +214,7 @@ Your repository includes these workflows:
## Support
If you encounter issues:
1. Check the Actions logs: `https://github.com/YOUR_USERNAME/turbovault/actions`
1. Check the Actions logs: `https://github.com/ryankazokas/turbovault-app/actions`
2. Read the error messages carefully
3. For custom registries, test login locally first
4. Open an issue if you're stuck