Skip to content

Commit

Permalink
docker: update registry to bitcoindevproject
Browse files Browse the repository at this point in the history
  • Loading branch information
willcl-ark committed Oct 30, 2023
1 parent dad646c commit c583cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/docker_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
DOCKERFILE_NAME = "Dockerfile"
TORRC_NAME = "torrc"
ENTRYPOINT_NAME = "entrypoint.sh"
DOCKER_REGISTRY = "registry.gitlab.com/willcl-ark1/warnet-registry-test/bitcoin-core"
DOCKER_REGISTRY = "bitcoindevproject/bitcoin-core"

logger = logging.getLogger("docker-interface")
logging.getLogger("docker.utils.config").setLevel(logging.WARNING)
Expand Down

0 comments on commit c583cf5

Please sign in to comment.