- add build_context input parameter with default value of current directory
- update docker build step to use dynamic build context from workflow input
- update mcy-shop from version 5.0.17 to 5.0.29
- change docker image source from qyg2297248353/mcy-shop to ghcr.io/pooneyy/mcy-shop
- remove data persistence path configuration and volume mount
- 【refactor】simplify deployment by eliminating external data volume requirement
- create new dockerfile based on php:8-apache-bookworm
- install required system dependencies (git, image libraries, zip)
- configure and install php extensions (gd, pdo_mysql, zip)
- clone mcy-shop repository and checkout specified ref
- clean up git files and set proper permissions
- enable apache rewrite module for url routing
- create dockerfile based on php:8-apache-bookworm
- install required dependencies (git, libzip-dev)
- configure and install php extensions (pdo_mysql, zip)
- clone maccms10 repository from github and checkout specified ref
- clean up git repository and set proper permissions for application directories
- rename directory from v20250725 to 20250804 for all config files
- update docker image from qyg2297248353/kotatsu-syncserver:v20250725 to ghcr.io/pooneyy/kotatsu-syncserver:20250804
- create new Dockerfile with php 8.4 and apache bookworm base
- install required dependencies (gd, pdo_mysql, zip extensions)
- clone acg-faka repository directly during build
- consolidate port-forward-agent and port-forward-server into single port-forward directory
- remove old dockerfiles and implement multi-stage docker build for both agent and server
- update docker-compose files to use pre-built images from ghcr.io instead of local builds
- normalize configuration file formatting and line endings
- update data.yml descriptions to remove redundant client/server specifications
- maintain all existing functionality while improving project structure
- switch from local build to pre-built ghcr.io images
- simplify docker-compose configuration by removing build context
- fix entrypoint.sh copy path in latest Dockerfile
- add multi-architecture support to data.yml
- update php 8.1.32 to 8.1.33 with bookworm base image
- update php 8.4.8 to 8.4.13 with bookworm base image
- switch from local docker builds to pre-built ghcr.io images for all versions
- maintain existing configuration files and environment samples