I would like to see a docker container published for this app, so I can run it without building locally.
Expected Behavior
Optimally, I should be able to pull the built docker container from either docker hub or github container registry when deploying it.
Current Behavior
I currently have to build the container locally before deploying.
Possible Solution
A github workflow action that auto-publishes a docker container on every release tag.
I can make a PR to add workflow that publishes the container to GHCR, but if you wanted to publish to docker hub as well that can be done almost as easily as well.
Context (Environment)
I wish to be able to run the container in a declarative way in an environment that makes it very difficult to build locally before deploying, and whenever possible, I try to pull containers from registries.
I would like to see a docker container published for this app, so I can run it without building locally.
Expected Behavior
Optimally, I should be able to pull the built docker container from either docker hub or github container registry when deploying it.
Current Behavior
I currently have to build the container locally before deploying.
Possible Solution
A github workflow action that auto-publishes a docker container on every release tag.
I can make a PR to add workflow that publishes the container to GHCR, but if you wanted to publish to docker hub as well that can be done almost as easily as well.
Context (Environment)
I wish to be able to run the container in a declarative way in an environment that makes it very difficult to build locally before deploying, and whenever possible, I try to pull containers from registries.