You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GitHub Actions cache support for Docker builds
- Add Docker Buildx setup to workflow
- Use GHA cache for docker builds to speed up CI
- Cache is shared across all layers and PHP versions for maximum reuse
- Conditional cache flags only apply in GitHub Actions, works locally without cache
0 commit comments