Worklenz / worklenz

All in one project management tool for efficient teams
https://worklenz.com
GNU Affero General Public License v3.0
857 stars 47 forks source link

Add pre-built docker images #28

Closed TheZoker closed 3 weeks ago

TheZoker commented 4 weeks ago

Instead of building the docker container on docker compose up it would be nice, if you guys would offer pre-build images on every of your releases. You can host them on dockerhub or github packages (ghcr.io). The easiest would be to create a docker workflow within github actions: https://docs.github.com/en/actions/publishing-packages/publishing-docker-images

kalinga777 commented 4 weeks ago

Thanks @TheZoker. This is a good idea

gdevenyi commented 3 weeks ago

https://github.com/marketplace/actions/docker-setup-buildx

TheZoker commented 3 weeks ago

I already created a PR for this request:

29