mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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.
This commit is contained in:
parent
64e3b154cd
commit
345afee677
1 changed files with 7 additions and 0 deletions
|
@ -73,3 +73,10 @@ fedora amd64 build docker:
|
||||||
extends: .base
|
extends: .base
|
||||||
|
|
||||||
include: "gitlab/ci_template.yml"
|
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"
|
Loading…
Reference in a new issue