Add workflows for building and pushing observability components: Alloy, Grafana, Loki, and Prometheus
Some checks failed
Build and Push Loki Database / build-and-push (push) Failing after 2m36s
Some checks failed
Build and Push Loki Database / build-and-push (push) Failing after 2m36s
This commit is contained in:
17
.gitea/workflows/b&p-observability-grafana.yaml
Normal file
17
.gitea/workflows/b&p-observability-grafana.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Build and Push Grafana Observability
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "grafana-v*.*.*"
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
uses: ./.github/workflows/action-build-and-push.yaml
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
with:
|
||||
image_name: observability/grafana
|
||||
build_context: ./observability/grafana
|
||||
file_path: ./observability/grafana/Dockerfile
|
||||
Reference in New Issue
Block a user