Skip to content

CI: add Docker PR build workflow for pull requests #202

Description

@jmankoff

Add a PR-targeted Docker build check so each pull request validates container buildability before merge.

  • Add .github/workflows/docker-pr-build.yml, or equivalent logic folded into an existing workflow
  • Trigger on pull_request for backend-relevant file changes
  • Run docker build for the backend image
  • Fail PR checks if dependency resolution or build fails
  • Keep runtime minimal by using caching where possible

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions