Gate the prometheus exporter behind a feature

Also fixes the Docker image building and the CI builds
This commit is contained in:
Quentin Gliech
2022-09-28 10:52:41 +02:00
parent 19f5d6cd36
commit 01d464c887
4 changed files with 72 additions and 30 deletions

View File

@@ -170,6 +170,9 @@ jobs:
profile: minimal
override: true
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: Setup OPA
uses: open-policy-agent/setup-opa@v1
with:
@@ -248,6 +251,9 @@ jobs:
profile: minimal
override: true
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: Setup OPA
uses: open-policy-agent/setup-opa@v1
with:
@@ -329,6 +335,9 @@ jobs:
override: true
components: llvm-tools-preview
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: Setup OPA
uses: open-policy-agent/setup-opa@v1
with: