1 Commits

Author SHA1 Message Date
coding
0c78512445 Add optimized Gitea CI/CD workflows for Docker builds
Some checks failed
Auto Build and Push Docker Image / build (push) Failing after 1m17s
Features:
- docker-autobuild.yaml: Automated builds on push to main/master
  - Path ignores for markdown/docs files
  - Docker Buildx with caching support
  - Automatic cleanup after builds

- docker-build.yaml: Manual builds with flexible options
  - Custom version tags
  - Additional tags support (e.g., stable,production)
  - Toggle latest tag
  - Docker Buildx with layer caching

Both workflows:
- Use registry credentials from Gitea secrets
- Support local registry at 192.168.88.201:5000
- Proper login/logout handling
- Optimized for sticker-bot project
2026-03-25 09:20:29 +00:00