.gitlab-ci.yml: Make docker image name more explicit
authorTim Beale <timbeale@catalyst.net.nz>
Wed, 13 Feb 2019 23:26:26 +0000 (12:26 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 14 Feb 2019 02:51:21 +0000 (03:51 +0100)
commit2346cef9fe83bca1e432ee78de94b956bc712a0b
tree8a1d49987f380b1d96f212f5bc453e7a3875340f
parent7c1ae35b7fb519107bdea0ae85a211325747af95
.gitlab-ci.yml: Make docker image name more explicit

The 'image' YAML tag implies a docker image, but for people who find
gitlab mysterious, let's make it blatantly obvious what we're doing
here.

+ added a comment
+ added 'DOCKER' to the variable names
+ removed 'BUILD', as we've now dropped this from all the job-names
+ tried to make the variable names consistent, both within the file and
WRT docker terminology

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Thu Feb 14 03:51:21 CET 2019 on sn-devel-144
.gitlab-ci.yml