Commit 99226b9
committed
feat: Add automated GHCR package visibility setting
Adds a step to automatically set GHCR package visibility to public
after pushing Docker images. This ensures the package is publicly
accessible without manual intervention.
Uses continue-on-error to fail gracefully if permissions are insufficient,
with a helpful message directing to the manual settings page.
This addresses the issue where GHCR packages default to private visibility.1 parent d569818 commit 99226b9
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
0 commit comments