Commit Graph

3 Commits

Author SHA1 Message Date
google-labs-jules[bot]
e302902974 fix: Update GitHub Actions workflow to publish to GHCR
- Updated `.github/workflows/docker-publish.yml` to enable pushing to GHCR.
- Added permissions block for `packages: write`.
- Added `docker/login-action` to authenticate with GITHUB_TOKEN.
- Added `docker/metadata-action` for proper tagging.
- Enabled `push: true` in build-push-action.
- Configured multi-arch builds (linux/amd64, linux/arm64).
2025-12-24 17:37:55 +00:00
google-labs-jules[bot]
a97997a17a feat: Initial backend setup for Music Analyser
- Created FastAPI backend structure.
- Implemented Spotify Recently Played ingestion logic.
- Set up SQLite database with SQLAlchemy models.
- Added AI Service using Google Gemini.
- Created helper scripts for auth and background worker.
- Added Dockerfile and GitHub Actions workflow.
2025-12-24 17:26:01 +00:00
bnair123
a458eb00db Initial commit 2025-12-24 19:31:22 +04:00