EventStore / replicator

Real-time replication tool
https://replicator.eventstore.org
Apache License 2.0
20 stars 11 forks source link

DEV-279 - Add Docker Build and PR Check Workflows #89

Closed josephcummings closed 7 months ago

josephcummings commented 7 months ago

Added: PR check workflow to validate pull requests. Changed: Split Docker build and publish workflows, to allow Docker build check on pull requests. Changed: Reduced number of individual images tagged on publish, to keep docker hub registry clear. Changed: Added QEMU to support compiling for arm64. Changed: Fixed the helm publish workflow, update to use helm official action and only publish on release tag.

linear[bot] commented 7 months ago

DEV-279 Add basic github actions to replicator