chore(ci): update git-cliff image to version 2.7.0

Update the git-cliff Docker image version to 2.7.0 for enhanced
features and fixes. This change applies to both the release
preparation and changelog stages in the CI configuration.
This commit is contained in:
2024-12-28 17:11:17 +01:00
parent 14e1fa8e11
commit 666aa41d03
+2 -2
View File
@@ -20,7 +20,7 @@ unbound_release_preconditions_failed:
unbound_release_changelog:
stage: .pre
image:
name: orhunp/git-cliff:latest@sha256:c2e982755b1c836b8bd496cab484530dfeff39066a39a2d61d85456bb278d31c
name: orhunp/git-cliff:2.7.0@sha256:69ca0c9260cbfd6145e89138f434d1f0bd53cc8ed66148fdb72b4c4e51c77d11
entrypoint: [ "" ]
variables:
GIT_STRATEGY: clone # clone entire repo instead of reusing workspace
@@ -142,7 +142,7 @@ unbound_release_handle_mr:
unbound_release_prepare_release:
stage: .pre
image:
name: orhunp/git-cliff:latest@sha256:c2e982755b1c836b8bd496cab484530dfeff39066a39a2d61d85456bb278d31c
name: orhunp/git-cliff:2.7.0@sha256:69ca0c9260cbfd6145e89138f434d1f0bd53cc8ed66148fdb72b4c4e51c77d11
entrypoint: [ "" ]
variables:
GIT_STRATEGY: clone # clone entire repo instead of reusing workspace