chore: add CI workflow to check Docker Compose build and limit other workflows to their scope - #300
Merged
Conversation
GuillaumeKESTEMAN
force-pushed
the
feature/add-development-docker-compose-build-ci
branch
from
November 29, 2025 14:26
d93ffe0 to
2019217
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces a GitHub Actions workflow to automatically verify that the development Docker Compose configuration builds successfully. This ensures that any PR modifying Docker-related files doesn't break the build process, improving CI/CD reliability and catching Docker configuration issues early.
Key Changes
- Add new CI workflow to validate Docker Compose builds
- Configure workflow to run on pushes to main, PR events, and manual triggers
- Set up Docker Buildx and build the development compose configuration
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
GuillaumeKESTEMAN
force-pushed
the
feature/add-development-docker-compose-build-ci
branch
from
November 29, 2025 18:00
91723fa to
fd94353
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title: Add CI for Docker Compose and improve build workflow triggers
Type of Pull Request:
Associated Issue:
N/A
Context:
This change introduces a new GitHub Actions workflow for building Docker Compose environments in development, and refines the triggers for existing front-end and back-end build workflows. The goal is to improve CI coverage and ensure builds are only triggered when relevant files change.
Proposed Changes:
.github/workflows/docker-build.ymlto automate Docker Compose builds for development..github/workflows/back-build.yamland.github/workflows/front-build.yamlto include path-based triggers for more efficient CI runs.Checklist:
Additional Information:
None