diff --git a/.goreleaser.yml b/.goreleaser.yml index 1d87f7713..369085c7b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -51,7 +51,7 @@ release: To pull the image, you can execute the following command: ``` - docker pull ghcr.io/conduitio/conduit:{{ .Tag }} + docker pull conduit.docker.scarf.sh/conduitio/conduit:{{ .Tag }} ``` nfpms: - license: Apache-2.0 diff --git a/README.md b/README.md index e3c38691d..00edaa393 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Our Docker images are hosted on GitHub's Container Registry. To run the latest Conduit version, you should run the following command: ```sh -docker run -p 8080:8080 ghcr.io/conduitio/conduit:latest +docker run -p 8080:8080 conduit.docker.scarf.sh/conduitio/conduit:latest ``` The Docker image includes the [UI](#ui), you can access it by navigating