kanaka / mal

mal - Make a Lisp
Other
10k stars 2.53k forks source link

Fix ci.sh to build new impl images #627

Closed ingydotnet closed 1 month ago

ingydotnet commented 1 year ago

From PR #626 (new impl).

In GHA, run local docker build if kanaka/... image not available.

kanaka commented 1 month ago

@ingydotnet Thanks for working on this. I implemented something similar but with a bit more functionality (including caching/pushing to ghcr.io). And then today as I was going through cleaning up PRs I discovered that you had done part of this already.