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

This commit is contained in:
2026-01-19 23:00:59 +01:00
parent 83a467888f
commit 3edf33ccc2
5 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
name: Build and Push Alloy
on:
push:
tags:
- "alloy-v*.*.*"
jobs:
build-and-push:
uses: ./.github/workflows/action-build-and-push.yaml
permissions:
contents: read
packages: write
with:
image_name: observability/alloy
build_context: ./observability/alloy
file_path: ./observability/alloy/Dockerfile