From 08730ff2fb733cd3b8b29e88b2bfa2e929abc62c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Wed, 22 Apr 2026 12:34:53 +0200 Subject: [PATCH] GitHub actions: clone Icinga 2 support/2.15 branch, not master MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to prevent GitHub action failures due to missing Protobuf. Latter is not needed – this image is for Icinga 2.15. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5bf1f39..3fee8aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - run: docker buildx create --use - name: Icinga 2 - run: git clone https://github.com/Icinga/icinga2.git + run: git clone -b support/2.15 https://github.com/Icinga/icinga2.git - name: Build run: ./build.bash ./icinga2 all