-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
refactorRefactor of the codeRefactor of the code
Description
Problem
Right now, a new Docker image is built and pushed on the GHCR main tag whenever a new commit is pushed on main. However, as we do for the cargo or binary release this should not be the case and use a proper tag.
Proposed Refactor Plan
- Remove the flow_test_build_push
- use on release trigger for cargo and docker build
Expected Benefits
Consistency
Additional Context
This was mentioned in the pr #141
Metadata
Metadata
Assignees
Labels
refactorRefactor of the codeRefactor of the code
Projects
Status
Todo