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:
parent
dcfdfb611e
commit
96544d33c3
1 changed files with 1 additions and 0 deletions
|
|
@ -24,4 +24,5 @@ pipelines:
|
|||
publish:
|
||||
image:
|
||||
id: "${build.imageID}"
|
||||
name: mediawiki
|
||||
tags: [ "${setup.branch}" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue