]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Warn about workflows that needs to be backported to release branches 16265/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 15 Oct 2025 10:40:07 +0000 (12:40 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 15 Oct 2025 10:50:01 +0000 (12:50 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
.github/workflows/build-docker-images-tags.yml
.github/workflows/build-tags.yml

index e781056168f385d250afb4d5c5a969b2e68a9567..a3293414f354d329f9d596b5e52cf4d7ce398f06 100644 (file)
@@ -8,6 +8,14 @@ on:
     - 'dnsdist-*'
     - 'rec-*'
 
+# Please be aware that this version of the workflow is NOT the one called
+# when someone pushes a tag on a release branch (rel/**)! The version
+# used is the one present in the tag, which in turns should call the
+# version present in the master branch of the reusable workflow defined
+# in .github/workflows/build-docker-images.yml
+# This means that any change to this file will very likely need to be
+# backported to all release branches!!
+
 permissions:
   actions: read
   contents: read
index 45bc3ec038656ed955a8b37c0502ff4a568f9708..aea5ab6d066396ae0faadaa97d57edc7f1b3e924 100644 (file)
@@ -8,6 +8,14 @@ on:
     - 'dnsdist-*'
     - 'rec-*'
 
+# Please be aware that this version of the workflow is NOT the one called
+# when someone pushes a tag on a release branch (rel/**)! The version
+# used is the one present in the tag, which in turns should call the
+# version present in the master branch of the reusable workflow defined
+# in .github/workflows/build-packages.yml
+# This means that any change to this file will very likely need to be
+# backported to all release branches!!
+
 permissions:
   actions: read
   id-token: write