redpanda-data / kminion

KMinion is a feature-rich Prometheus exporter for Apache Kafka written in Go. It is lightweight and highly configurable so that it will meet your requirements.
MIT License
616 stars 123 forks source link

build: Fix condition for semver docker tag #175

Closed weeco closed 1 year ago

weeco commented 1 year ago

It seems like GitHub actions modified the github.event payload for push events. I could not find any changelog or documentation for this, but all documentation has been updated to switch to github.event_name nowadays. Because the docker-metadata-action already defaults to push tag events for tags with type semver we don't need the enable condition at all anymore.