Update `README.md` in re: to the GHCR

This commit is contained in:
Sijawusz Pur Rahnama 2023-01-02 18:06:23 +01:00
parent 34620a986d
commit 1a60cc3c18
1 changed files with 3 additions and 3 deletions

View File

@ -162,16 +162,16 @@ $ brew install ameba
Build the image:
```sh
$ docker build -t crystal-ameba/ameba .
$ docker build -t ghcr.io/crystal-ameba/ameba .
```
To use the resulting image on a local source folder, mount the current (or target) directory into `/src`:
```sh
$ docker run -v $(pwd):/src crystal-ameba/ameba
$ docker run -v $(pwd):/src ghcr.io/crystal-ameba/ameba
```
Also available on DockerHub: https://hub.docker.com/r/veelenga/ameba
Also available on GitHub: https://github.com/crystal-ameba/ameba/pkgs/container/ameba
### From sources