temporalio / maru

Benchmarks for Temporal workflows
MIT License
125 stars 25 forks source link

Add GitHub Actions build for publishing container image #30

Closed sagikazarmark closed 3 years ago

sagikazarmark commented 3 years ago

Signed-off-by: Mark Sagi-Kazar mark.sagikazar@gmail.com

What was changed

Added GitHub Actions build for publishing container image

Why?

See #26

Checklist

  1. Closes #26

  2. How was this tested: Testing is a bit problematic, because it won't run, until merged, but I use this workflow in a lot of projects.

  3. Any docs updates needed? None

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

sagikazarmark commented 3 years ago

Seems to be working. If you tag a new version, it should publish that tag as well. But make sure the tag matches the pattern used in the Actions workflow (vX.Y.Z) (or modify the workflow of course).