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 #36

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.

NOTE: We will need to merge #37 before we merge this PR.

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

jamesrgregg commented 5 years ago

@cloudxxx8 please review and merge.. hopefully this will be the last time.

jamesrgregg commented 5 years ago

@JPWKU could you please review this and help us to get this through for the Edinburgh release? this one needs to be merged after #37