mirror of
https://github.com/Icinga/docker-icinga2.git
synced 2026-05-05 10:56:12 +02:00
GitHub actions: clone Icinga 2 support/2.15 branch, not master
to prevent GitHub action failures due to missing Protobuf. Latter is not needed – this image is for Icinga 2.15.
This commit is contained in:
parent
b666cc2cce
commit
08730ff2fb
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user