Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: docker: Error response from daemon: toomanyrequests (#725)
CI returned error: docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. DAMN Solution: :Use GitHub container repository instead of hub.docker.io (default one for docker) olethanh pushed the image using: ```bash podman pull docker.io/alephim/vm-connector:alpha podman tag alephim/vm-connector:alpha ghcr.io/aleph-im/vm-connector:alpha podman push ghcr.io/aleph-im/vm-connector:alpha ``` Auth to github firt https://docs.github.com/fr/packages/working-with-a-github-packages-registry/working-with-the-container-registry
- Loading branch information