Skip to content

Build the Container Image for Every Commit #175

@Jeffwan

Description

@Jeffwan

To improve CI reliability and catch integration issues early, we should build the container image for every commit pushed to the main branch . This ensures that:

  • Our image build process remains functional.
  • All committed code can be built and deployed without manual intervention.
  • Future deployment issues are caught during CI, not post-merge.

what we need

  • A GitHub Actions workflow is triggered on every commit or PR push.
  • The workflow builds the container image using the latest commit.
  • Optionally, the image is pushed to a staging registry or cached for further tests.
  • Failures in the image build should block the commit/PR from merging.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions