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>
This commit is contained in:
likegears
2025-12-11 17:01:38 +08:00
parent 85ba15c564
commit e110b25f3c
3 changed files with 86 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
services:
app:
build:
context: .
dockerfile: Dockerfile
image: gitea.likegears.com/likegears/material_texture:latest
ports:
- "8081:8080"
environment: