From: Andoni Duarte Pintado Date: Thu, 27 Nov 2025 11:45:30 +0000 (+0100) Subject: Add a tag pipeline CI job to update the stable tag after a release X-Git-Tag: v9.21.17~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bca6c0d5eacab61843e43021283f37ea959232c;p=thirdparty%2Fbind9.git Add a tag pipeline CI job to update the stable tag after a release Introduce a CI job to update the "stable" tag with the latest released stable version tag. This is a manual job that only runs in tag pipelines in the context of a release. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6603a192d86..0ee7e1e7650 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1867,6 +1867,19 @@ merge-tag: - bind9/ when: on_failure +update-stable-tag: + <<: *manual_release_job_qa + variables: + GIT_DEPTH: 1 + script: + - bind9-qa/releng/update_stable_tag.py --tag "$CI_COMMIT_TAG" + rules: + - *rule_tag_open_source + artifacts: + paths: + - bind9/ + when: on_failure + .customer-git: &customer_git <<: *base_image stage: release