matrix-org / matrix-appservice-discord

A bridge between Matrix and Discord.
Apache License 2.0
791 stars 148 forks source link

Add workflow to build container image #826

Closed Half-Shot closed 1 year ago

Half-Shot commented 1 year ago

Partial fix for #822

The docker image build process used to be handled by dockerhub, but a while back they stopped doing builds for free (I believe?) and we never really fixed the issue.

Rather than going through the hoops to fix dockerhub, for the next release we can just direct users to use ghcr.io/matrix-org/matrix-appservice-discord.

Half-Shot commented 1 year ago

Depends on #825