temporalio / docker-builds

Temporal service Docker images build
https://hub.docker.com/r/temporaliotest/auto-setup
MIT License
30 stars 59 forks source link

Only tag latest when we're building after a push to main #166

Closed tdeebswihart closed 1 year ago

tdeebswihart commented 1 year ago

We need latest to be set only when building against main, otherwise when we build a release image we can stomp the versions needed for nightly testing. The bake file makes this pretty easy to do thankfully.