ed-asriyan / lottie-converter

Converts Lottie Animations (.json / .lottie) and Telegram stickers (*.tgs) to GIF / PNG / APNG / WEBP / WEBM
https://t.me/tgtowabot
MIT License
795 stars 72 forks source link

Add a GitHub workflow to build, test, and push the docker image #76

Closed Ruminateer closed 2 years ago

Ruminateer commented 2 years ago

Right now users need to pull the repo and build the image themselves. With this added workflow, users can just pull the image.

To make this work, secrets.DOCKERHUB_USERNAME and secrets.DOCKERHUB_TOKEN is needed. Ref https://docs.docker.com/ci-cd/github-actions/#set-up-a-docker-project

The workflow is not running here as it is not in this repo. You can check out my fork to check its runs.

TODO

ed-asriyan commented 2 years ago

Thank you very much!