Skip to content

Commit

Permalink
update nightly releases and docs' docker image to point to our scarf …
Browse files Browse the repository at this point in the history
…package
  • Loading branch information
maha-hajja committed May 3, 2024
1 parent 3605942 commit b3b7f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3b7f3f

Please sign in to comment.