Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Docker image build process in create_packages.yml
- Updated the workflow to remove specific Dockerfile paths from the filters, focusing on directory-based builds for frontend, main, and r-api services. - Changed the build command to use the --no-cache option, ensuring fresh builds on the production branch. - Improved the overall efficiency of the CI/CD pipeline by refining the conditions for building images based on branch context. These changes enhance the clarity and performance of the Docker image management process, ensuring that builds are more reliable and streamlined.
- Loading branch information