foundation-model-stack / multi-nic-cni

https://foundation-model-stack.github.io/multi-nic-cni/
Apache License 2.0
34 stars 5 forks source link

implement build-push ci #8

Closed sunya-ch closed 2 years ago

sunya-ch commented 2 years ago

This PR mainly implements GitHub Action workflows for automatically building and pushing controller, bundle, and daemon images to the repository.

There are three workflows:

To avoid unnecessary build and push,

The unittest will be executed for all branches except explicitly non-related doc branch.

Detail modifications:

Signed-off-by: Sunyanan Choochotkaew sunyanan.choochotkaew1@ibm.com

tatsuhirochiba commented 2 years ago

Thanks for quick implementation!