In which branch should I build a docker image?

Viewed 791

We have a react project that is based on react-static-boilerplate which will follow git DMZ flow and will make use of docker images.

  1. Does the build in git dmz flow pertains to yarn build?
  2. Since master and hotfix are deployed in production and release branch is where manual testing is done, does it mean that this is where I should trigger a docker build?

Git DMZ Flwo

1 Answers
Related