From: Jordan Petridis Date: Mon, 12 Nov 2018 12:37:16 +0000 (+0200) Subject: CI: Overwrite the build job from the template X-Git-Tag: 1.19.3~497^2~533 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=345afee677770f4de89b1c4b01bc3021500d335c;p=platform%2Fupstream%2Fgstreamer.git CI: Overwrite the build job from the template Make it so when we build a new image in `gst-ci` it gets picked up automatically by the job in this repo. For the template itself we want the images to me be versioned and reproducible. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3a657f..a3ab781 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,3 +73,10 @@ fedora amd64 build docker: extends: .base include: "gitlab/ci_template.yml" + +# Overwrite the job with the same name that comes from the include template, +# in order to use the `:latest` tag of the image built +build fedora x86_64: + # This comes from the `include:` above + extends: .build + image: "${CI_REGISTRY_IMAGE}/amd64/fedora-build:latest" \ No newline at end of file