Files
devops/.gitea/workflows/b&p-observability-prometheus.yaml
ObNitram 3edf33ccc2
Some checks failed
Build and Push Loki Database / build-and-push (push) Failing after 2m36s
Add workflows for building and pushing observability components: Alloy, Grafana, Loki, and Prometheus
2026-01-19 23:00:59 +01:00

17 lines
394 B
YAML

name: Build and Push Prometheus Observability
on:
push:
tags:
- "prometheus-v*.*.*"
jobs:
build-and-push:
uses: ./.github/workflows/action-build-and-push.yaml
permissions:
contents: read
packages: write
with:
image_name: observability/prometheus
build_context: ./observability/prometheus
file_path: ./observability/prometheus/Dockerfile