Skip to content

Define default image, and tags in .gitlab-ci.yml

Global scoping of paramaters for the whole CI definition is deprecated: https://docs.gitlab.com/ee/ci/yaml/#globally-defined-image-services-cache-before_script-after_script, in favour of the default keyword. This change leverages that keyword to apply tags, as well as the image.

This is part of gitlab#212970 (closed).

Edited by GitLab Release Tools Bot

Merge request reports