decidim / docker

Docker images for decidim
https://decidim.org
12 stars 18 forks source link

Trigger docker build automatically on each new Decidim release #51

Closed oliverbarnes closed 3 years ago

oliverbarnes commented 4 years ago

Once #49 is done and #50 is merged, it's possible to further automate the docker image build by having the decidim/decidim repo emit a repository dispatch on each new release, which the decidim/docker github action build can react to.

Here's some discussion and docs:

https://github.community/t/triggering-by-other-repository/16163

https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#repository_dispatch

oliverbarnes commented 4 years ago

Enabled the receiving end on 46859f4