Skip to content

feat(backend): push release image to github container registery - #12

Merged
aadil96 merged 1 commit into
mainfrom
feat/add-docker-image-pushing
Nov 20, 2025
Merged

feat(backend): push release image to github container registery#12
aadil96 merged 1 commit into
mainfrom
feat/add-docker-image-pushing

Conversation

@aadil96

@aadil96 aadil96 commented Nov 20, 2025

Copy link
Copy Markdown
Owner

No description provided.

@what-the-diff

what-the-diff Bot commented Nov 20, 2025

Copy link
Copy Markdown

PR Summary

  • Introduction of a new GitHub Actions workflow

    • A new system process has been added which enables the automatic creation and updates of our software 'containers', a technology we use to package and deploy our software more easily. This process specifically applies to any updates labeled with "backend".
    • These improvements include steps for preparing the software building environment, connecting to the registry that hosts our software containers, determining the version name, and building/updating the software container for our backend system.
    • Every time a backend system update is made, an image of the software 'container' is stored, labeled with the specific version as well as a designation as the 'latest' version.
  • Redundant command in the backend code

    • A particular comment in the backend source code which is meant to trigger our automatic testing and integration pipeline is now appearing twice, which is likely unintentional.

@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Complexity Health
. 99% 0
Summary 99% (136 / 138) 0

@aadil96
aadil96 merged commit 4ea2e54 into main Nov 20, 2025
4 checks passed
@aadil96
aadil96 deleted the feat/add-docker-image-pushing branch November 20, 2025 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant