Closed marcoag closed 2 months ago
This pull request introduces a new GitHub Actions workflow to build Docker images for each pull request targeting the 'main' and 'development' branches. This ensures that any changes merged into these branches do not break the Docker build process.
Files | Changes |
---|---|
.github/workflows/docker-pr.yml |
Added a new GitHub Actions workflow to build Docker images for pull requests targeting the 'main' and 'development' branches. |
Closes https://github.com/fossasia/eventyay-video/issues/159.
This PR adds a workflow that builds docker on each PR. That will allow us to ensure that nothing breaks the build gets merged.
Summary by Sourcery
Introduce a CI workflow to build Docker images for pull requests targeting the 'main' and 'development' branches to ensure build integrity before merging.
CI: