We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dde47b commit 56500deCopy full SHA for 56500de
.github/workflows/cicd.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
services:
17
db_service:
18
- image: ghcr.io/stac-utils/pgstac:v0.7.1
+ image: ghcr.io/stac-utils/pgstac:v0.7.10
19
env:
20
POSTGRES_USER: username
21
POSTGRES_PASSWORD: password
@@ -74,7 +74,7 @@ jobs:
74
runs-on: ubuntu-latest
75
76
pgstac:
77
78
79
80
docker-compose.yml
@@ -33,7 +33,7 @@ services:
33
34
database:
35
container_name: stac-db
36
- image: ghcr.io/stac-utils/pgstac:v0.7.9
37
environment:
38
- POSTGRES_USER=username
39
- POSTGRES_PASSWORD=password
0 commit comments