pipeline: Drop "core" suffix from wmf branch image names

Image names are derived from the project patch by default, in this case
"mediawiki-core". However, single-version images published from building
WMF branches contain core+extensions+skins+vendor. Let's name them
simply "mediawiki".

Change-Id: I7123a0db4e05b4716c180c3ecf72a541a08f4215
This commit is contained in:
Dan Duvall 2021-02-05 10:46:33 -08:00
parent dcfdfb611e
commit 96544d33c3

View file

@ -24,4 +24,5 @@ pipelines:
publish:
image:
id: "${build.imageID}"
name: mediawiki
tags: [ "${setup.branch}" ]