Commit graph

6 commits

Author SHA1 Message Date
isUnknown
55c3ba94e8 CI: create custom Docker image for faster builds
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s
Add Dockerfile.ci with PHP 8.3, Composer, and GD extension pre-installed. Update workflow to use this custom image instead of rebuilding environment on each run.

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-05 11:33:12 +01:00
isUnknown
a06fad1c86 CI: fix step order - install git before using it
All checks were successful
Deploy / Deploy to Production (push) Successful in 34s
Move system dependencies installation before checkout step to ensure git is available when needed. Also add curl to dependencies for Composer installation.

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-05 11:24:55 +01:00
isUnknown
c7267d9f7d CI: fix PHP version compatibility and add GD extension
Some checks failed
Deploy / Deploy to Production (push) Failing after 18s
Use php:8.3-cli instead of composer:latest to ensure PHP version compatibility (8.1-8.4 required). Install GD extension and required system dependencies for image manipulation packages.

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-05 11:23:15 +01:00
isUnknown
db210e9c5a CI : runs on image that integrate PHP and composer
Some checks failed
Deploy / Deploy to Production (push) Failing after 11s
2026-01-05 11:21:14 +01:00
isUnknown
3d376a45da CI : install dependencies
Some checks failed
Deploy / Deploy to Production (push) Failing after 2s
2026-01-05 11:13:01 +01:00
isUnknown
ac2ccf01e2 remove gitlab ci, add forgejo ci
Some checks failed
Deploy / Deploy to Production (push) Failing after 6s
2026-01-05 11:10:44 +01:00