CI: Windows: Fix Docker tag argument inversion
authorDaniel Stone <daniels@collabora.com>
Fri, 27 Mar 2020 13:22:37 +0000 (13:22 +0000)
committerDaniel Stone <daniels@collabora.com>
Fri, 27 Mar 2020 13:23:33 +0000 (13:23 +0000)
commit4a8876b025b7c9aa3ec8283f31e10b835c165980
tree0f583e79e8790c28feb5a2cf09c7ac6970118708
parent07885cbcdb0b19265379c3941600faadc8a22d71
CI: Windows: Fix Docker tag argument inversion

docker tag takes its arguments as source and dest, not dest and source.
Went unnoticed as the host already had a tag for my image when I was
testing.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4346>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4346>
.gitlab-ci/windows/mesa_container.ps1