Dockerhub is monetizing obviously, so we have to jump ship (or pay).
A good option would be to use github actions to build, then we can use github container registry or still use dockerhub to push to.
See the matrix discussion:
maybe we can do it in github actions? and use github's container registry? https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry
we use a github action that pushes the image to docker hub
here's an example if it can help: https://github.com/bonfire-networks/bonfire-app/blob/main/.github/workflows/release.yaml#L84
Also could migrate https://github.com/karrot-dev/karrot-image-android.
Afterwards should migrate any references in https://github.com/karrot-dev/karrot-docker if anything has changed.
Dockerhub is monetizing obviously, so we have to jump ship (or pay).
A good option would be to use github actions to build, then we can use github container registry or still use dockerhub to push to.
See the matrix discussion:
Also could migrate https://github.com/karrot-dev/karrot-image-android.
Afterwards should migrate any references in https://github.com/karrot-dev/karrot-docker if anything has changed.