temporalio / docker-builds

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

All docker image builds go through the makefile #191

Closed tdeebswihart closed 7 months ago

tdeebswihart commented 7 months ago

What was changed

Our GHA workflows now use the makefile to build/push the image

Why?

The Makefile is our single source of truth for how to build these images; the GHA workflows should focus on environment setup.

I don't want to see failures like https://github.com/temporalio/temporal/actions/runs/8530026612?pr=5650 again