You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,3 +34,8 @@ This is the frontend for MusicCPR.org
34
34
1. package.json needs to specify the different port
35
35
* change the `start` line in package.json to `"start": "next start -p 3003"`
36
36
1. .env files may need to be copied from prior versions
37
+
38
+
39
+
## GitHub Container Registry (GHCR)
40
+
41
+
**Note:** For the workflow to push packages, you may need to ensure your repository settings allow GitHub Actions to create packages. Go to Settings → Actions → General → Workflow permissions and ensure "Read and write permissions" is enabled.
0 commit comments