explain to put visibility public to package

This commit is contained in:
Michel Peterson 2025-04-05 11:43:52 +00:00
parent a01818316b
commit 5868b224bd
1 changed files with 8 additions and 0 deletions

View File

@ -112,6 +112,14 @@ node:
image: ghcr.io/your_user/democratic-csi:your_branch-fc02fc4 image: ghcr.io/your_user/democratic-csi:your_branch-fc02fc4
``` ```
4. Make the Image Public
By default, images pushed to GHCR are private. To make it public:
1. Go to GitHub → Your Repository → Packages (or directly github.com/USERNAME?tab=packages)
2. Select the package
3. Click Package Settings
4. Change Visibility to Public
### Best Practices ### Best Practices
- Use devcontainer for day-to-day development and coding - Use devcontainer for day-to-day development and coding