Enforce publishing of git-daemon and git-ssh for dual-master

When creating a dual-master cluster git-daemon and git-ssh docker
images need to be published to ECR. Failing to do so would result in a
ECR "CannotPullContainerError" error.

Change-Id: I9ae6a9c1c46c90799eb7b393f111ec1d802e7223
diff --git a/dual-master/Makefile b/dual-master/Makefile
index a8d9113..bcbd2c7 100644
--- a/dual-master/Makefile
+++ b/dual-master/Makefile
@@ -17,6 +17,7 @@
 				gerrit-build gerrit-publish haproxy-publish syslog-sidecar-publish
 
 create-all: upload-common-templates \
+						git-daemon-publish git-ssh-publish \
 						gerrit-publish haproxy-publish syslog-sidecar-publish \
 						cluster wait-for-cluster-creation \
 						service-slave service-master-1 \