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
refactor: Use pre-built GHCR image by default in compose.yml
- Changed compose.yml to use ghcr.io/netresearch/moodle-docker/moodle:latest
- Commented out build directive (can be uncommented for local builds)
- Updated README quick start to reflect image pull workflow
- Added local build instructions for customization
- Updated CI workflow to switch to local build for testing
Benefits:
- Faster deployment (no build time required)
- Consistent images across deployments
- Still supports local builds when needed
0 commit comments