edgexfoundry / edgex-ui-clojure

Owner: Core/Support WG
Apache License 2.0
1 stars 7 forks source link

move docker push to amd64 and arm64 stages #34

Closed ernestojeda closed 5 years ago

ernestojeda commented 5 years ago

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.

Signed-off-by: Ernesto Ojeda ernesto.ojeda@intel.com