grafana / cloudcost-exporter

Prometheus Exporter for Cloud Provider agnostic cost metrics
Apache License 2.0
30 stars 1 forks source link

setup container image pipeline #80

Closed the-it closed 8 months ago

Pokom commented 8 months ago

We can use https://github.com/grafana/shared-workflows/tree/main/actions/build-push-to-dockerhub to publish our images to DockerHub if we need. So there's definitely a path for us to follow

the-it commented 8 months ago

I talked about this workflow with @zerok. In its current state the actions doesn't support multi platform builds (and we need amd64 and arm64). But I will leave this issue open and switch over to it, after @zerok implemented the multi platform bits to it.

the-it commented 8 months ago

blocked on https://grafana.freshservice.com/support/tickets/25948

the-it commented 8 months ago

This is done ... we get a main-<something> image on every merge to main and we get a tagged image with every tag push to main.