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 88c8769 commit 9fc1515Copy full SHA for 9fc1515
.github/workflows/civ2.yml
@@ -153,8 +153,8 @@ jobs:
153
PGPASSWORD: postgres
154
PGDATABASE: postgres
155
volumes:
156
- - ${{ github.workspace }}:/opt/src
157
- - ${{ github.workspace }}:/src
+ - ${{ github.workspace }}/src:/opt/src
+ - ${{ github.workspace }}/src:/src
158
services:
159
pg:
160
image: ghcr.io/stac-utils/pgstac-base:${{ needs.check-pgstac-base.outputs.pgstac-image-hash }}
0 commit comments