4 Commits

Author SHA1 Message Date
likegears
bddb35daea feat: Add OCI label to link package to repository
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m7s
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
v1.0.1
2025-12-12 10:30:55 +08:00
likegears
65e341b566 fix: Update workflow to use REGISTRY_USERNAME and REGISTRY_PASSWORD secrets
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m9s
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
v1.0.0
2025-12-12 10:04:37 +08:00
likegears
e110b25f3c feat: Add Gitea Actions CI/CD for Docker image build
Some checks failed
Build and Push Docker Image / build (push) Failing after 2m49s
- Add .gitea/workflows/build.yml for automated builds on tag push
- Update docker-compose.yml to pull from Gitea Registry
- Add docker-compose.build.yml for local development builds

Build triggers on tags matching 'v*' (e.g., v1.0.0)
Images pushed to gitea.likegears.com/likegears/material_texture

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-11 17:01:38 +08:00
likegears
85ba15c564 Initial commit: Material Texture API service
- Go + Gin + GORM + PostgreSQL backend
- RESTful API for material management
- Docker deployment support
- Database partitioning for billion-scale data
- API documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-11 15:29:49 +08:00