Skip to content
Arnab Roy Chowdhury edited this page May 31, 2021 · 1 revision

GitHub actions has been used for CI CD.

  • For PR to main only build and test
  • When PR merged to main then build test and create docker image. Push that docker image to GitHub docker package.
  • When a new release has been created then build test and create docker image. Push that docker image to dockerhub.
Clone this wiki locally