From f4760b48503d95ecd69c396c4015c8e6b31b9855 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Wed, 14 Jun 2017 14:05:22 -0700 Subject: Change docker image build phase to package Change docker image build phase to package so that the image can be built indepedently from the deployment to the registry. Change-Id: Idd0e0b38d0b5ca867044e68fcc6e519295f98e9b Signed-off-by: Gary Wu --- deliveries/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deliveries') diff --git a/deliveries/pom.xml b/deliveries/pom.xml index e0aa7e08d..0651c1f6b 100755 --- a/deliveries/pom.xml +++ b/deliveries/pom.xml @@ -56,7 +56,7 @@ generate-image - deploy + package build -- cgit 1.2.3-korg