Joystream / joystream

Joystream Monorepo
http://www.joystream.org
GNU General Public License v3.0
1.42k stars 115 forks source link

[Argus] Automated Docker publishing #4764

Closed kdembler closed 1 year ago

kdembler commented 1 year ago

It would be much more convenient for deployment if Argus was published as a standalone Docker image, with no dependencies on mounted Joystream monorepo. This way upgrade process would be much easier and less error-prone than it is today

mnaamani commented 1 year ago

Done in https://github.com/Joystream/joystream/pull/4780 The workflow to publish to docker hub however for now needs to be triggered manually (or with a workflow_dispatch)