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.
When building a
latest
orrelease
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.