grafana / docker-otel-lgtm

OpenTelemetry backend in a Docker image
Apache License 2.0
324 stars 60 forks source link

feat: container image build ci for push image to github registry #160

Open Rajpratik71 opened 6 days ago

Rajpratik71 commented 6 days ago

Use GitHub CI to build the latest Container image on git push and store container image on GitHub registry

Signed-off-by: Pratik Raj rajpratik71@gmail.com

CLAassistant commented 6 days ago

CLA assistant check
All committers have signed the CLA.

zeitlinger commented 5 days ago

which use case is missing with the current docker image?

Rajpratik71 commented 5 days ago

Current docker image hosted on Dockerhub, which is having rate-limit.

Under a on-prem or org network , it get exhausted easily.

i.e. why added workflow to build and store it in ghcr, Github Own Container Registry

zeitlinger commented 5 days ago

OK, then why is the workflow pushing on every git push, rather than for every tag (like docker hub)?