scidsg / hushline

Hush Line connects whistleblowers with organizations and people who can help.
https://hushline.app
GNU Affero General Public License v3.0
77 stars 21 forks source link

Push container images to DigitalOcean Container Registry #703

Closed micahflee closed 4 weeks ago

micahflee commented 4 weeks ago

When building a latest or release docker image, this pushes the image to a private DigitalOcean Container Registry as well as the public GitHub Container Registry.

Note: I haven't tried running this in GitHub Actions, but I have manually authenticated to DOCR using a DO token and pushed images to this container registry using the same commands, so I expect it will work.