aboutsummaryrefslogtreecommitdiffstats
path: root/.pipeline/config.yaml
diff options
context:
space:
mode:
authorDan Duvall <dduvall@wikimedia.org>2021-02-05 10:46:33 -0800
committerDan Duvall <dduvall@wikimedia.org>2021-02-05 10:46:33 -0800
commit96544d33c36b601da0277fc2800907f414ea0ea7 (patch)
treed9b261472fbe08173ac7d2e1e2ab241f27c6c587 /.pipeline/config.yaml
parentdcfdfb611e6ff6fe70733022189cb5ecb882d764 (diff)
downloadmediawikicore-96544d33c36b601da0277fc2800907f414ea0ea7.tar.gz
mediawikicore-96544d33c36b601da0277fc2800907f414ea0ea7.zip
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
Diffstat (limited to '.pipeline/config.yaml')
-rw-r--r--.pipeline/config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pipeline/config.yaml b/.pipeline/config.yaml
index df0174d69ac8..1908dfd16e77 100644
--- a/.pipeline/config.yaml
+++ b/.pipeline/config.yaml
@@ -24,4 +24,5 @@ pipelines:
publish:
image:
id: "${build.imageID}"
+ name: mediawiki
tags: [ "${setup.branch}" ]