inoda / journal

:notebook: A simple self-hosted journaling app
MIT License
361 stars 52 forks source link

Add Github Actions workflow to publish docker image #47

Open ashhhleyyy opened 2 years ago

ashhhleyyy commented 2 years ago

This adds a Github Actions workflow based on one I wrote for a different project which will publish the Docker container to the Github Container Registry (ghcr.io) using the git commit hash as the version. This should also be suitable as a fix for #44