Skip to content

Commit 2482467

Browse files
authored
docs, fix: tags for ghcr images (#531)
We'll need to change these to tagged versions once a tagged version is released.
1 parent 7ba0a40 commit 2482467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ pip install -e stac_fastapi/pgstac
6565
### Pre-built Docker images
6666

6767
Pre-built images are available from the [Github Container Registry](https://github.com/stac-utils/stac-fastapi/pkgs/container/stac-fastapi).
68-
The latest images are tagged with `latest-pgstac` and `latest-sqlalchemy`.
68+
The latest images are tagged with `master-pgstac` and `master-sqlalchemy`.
6969
To pull the image to your local system:
7070

7171
```shell
72-
docker pull ghcr.io/stac-utils/stac-fastapi:latest-pgstac # or latest-sqlalchemy
72+
docker pull ghcr.io/stac-utils/stac-fastapi:master-pgstac # or latest-sqlalchemy
7373
```
7474

7575
This repository provides two example [Docker compose](https://docs.docker.com/compose/) files that demonstrate how you might link the pre-built images with a postgres/pgstac database:

0 commit comments

Comments
 (0)