We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: