Files
devops/.gitea/workflows/b&p-observability-alloy.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
355 B
YAML

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