Closed oliverbarnes closed 3 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.
decidim/decidim
decidim/docker
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
Enabled the receiving end on 46859f4
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 thedecidim/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