softprops / lambda-rust

🐳 🦀 a dockerized lambda build env for rust applications
MIT License
162 stars 76 forks source link

GitHub Actions doesn't publish images to Docker Hub #91

Open tysg opened 3 years ago

tysg commented 3 years ago

Looks like the publish step in the GH Actions pipeline is skipped, see workflow. I believe this is because that step is only triggered when a new tag is created.

Could @softprops (or the maintainers, if any) push a new tag for the current master branch? Or, maybe merging #90 will work too. We could all benefit from having a central location to pull the image from, instead of publishing to our own Docker Hub repos, so that GitHub Actions can hold the image cache for everyone a little longer.