scheme-live / live

Scheme library collection with yearly stable releases
https://scheme-live.github.io/live/
MIT License
16 stars 1 forks source link

Generate and push docker image from github actions #36

Closed amirouche closed 2 years ago

amirouche commented 2 years ago

At the root of the repository there is Dockerfile, we should generate the image in a github action, and push it to docker hub.

ref: https://docs.github.com/en/actions/publishing-packages/publishing-docker-images

amirouche commented 2 years ago

See https://github.com/scheme-live/live/pull/61