robusta
robusta copied to clipboard
feat: container image build ci for push image to github registry
Use GitHub CI to build the latest Container image on git push and store the container image on the GitHub registry
Signed-off-by: Pratik Raj [email protected]
Hi @Rajpratik71, thank you for opening the PR. Can you elaborate a little on the motivation for this? Do you have a specific use case where you need builds of each commit to master?
Hi @Rajpratik71, thank you for opening the PR. Can you elaborate a little on the motivation for this? Do you have a specific use case where you need builds of each commit to master?
This CI will help to get the latest container image of changes.
Hi @Rajpratik71, can you please provide extra context on why that is desireable in this case? Do you have a specific need that requires Robusta images of every commit?
Hi @Rajpratik71, can you please provide extra context on why that is desireable in this case? Do you have a specific need that requires Robusta images of every commit?
HI @aantn , as mentioned "This CI will help to get the latest container image of changes.".
Further, that image can be used for testing and security scan purpose.
Closing due to obsolescence