Skip to content

Commit

Permalink
docs: add readme section on how to use public image
Browse files Browse the repository at this point in the history
  • Loading branch information
pdmnyberg committed May 23, 2024
1 parent cc91b71 commit a44a96a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,11 @@ To stop the service:
```shell
$ docker compose down
```

## Using the public image
The image is built from either the `main` branch or any tag. Tags are created for each release and the tag `latest` will always point to the same commit as the latest released version.

To use an image you can access it from githubs registry as follows:
```sh
docker pull ghcr.io/nbisweden/vector-oligo-search:main
```

0 comments on commit a44a96a

Please sign in to comment.