[SEBA-497] v2

Fixes to the standalone docker-publish job

Change-Id: Ie89a15bd3b315e0fb31e58edb5059d9eb5d0ebc4
diff --git a/jjb/docker-publish.yaml b/jjb/docker-publish.yaml
index 9495c04..1c7d190 100644
--- a/jjb/docker-publish.yaml
+++ b/jjb/docker-publish.yaml
@@ -37,10 +37,20 @@
           description: 'URL to the git repo'
 
       - string:
+          name: gitRef
+          default: '$GERRIT_PATCHSET_REVISION'
+          description: 'git ref to build (commit hash or tag)'
+
+      - string:
           name: dockerRepo
           default: '{docker-repo}'
           description: "Docker repository to push to ('opencord', 'xosproject', etc.)"
 
+      - string:
+          name: dockerRegistry
+          default: '{docker-registry}'
+          description: "Docker registry to push to (blank for DockerHub)"
+
       # AWS CPU arch names: `x86_64` `arm64` (which don't align to vendor names... *sigh*)
       - string:
           name: dockerArchList