The previous docker push stage happened on a different node where the docker build took place. In this PR I moved the docker push stage into each parallel stage where the docker images are being built.
NOTE: We will need to merge #37 before we merge this PR.
The previous docker push stage happened on a different node where the docker build took place. In this PR I moved the docker push stage into each parallel stage where the docker images are being built.
NOTE: We will need to merge #37 before we merge this PR.
Signed-off-by: Ernesto Ojeda ernesto.ojeda@intel.com