Skip to content

Commit 9f3ab6c

Browse files
committed
fix ci
1 parent 291ea35 commit 9f3ab6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/civ2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,15 @@ jobs:
145145
needs: [check-pgstac-base, check-pypgstac-base, buildpg, buildpypgstacbase, wheels]
146146
if: ${{ always() && !failure() && !cancelled() }}
147147
runs-on: ubuntu-latest
148-
container: ${{ env.REGISTRYPATH }}/pypgstac-base:${{ needs.check-pypgstac-base.outputs.pypgstac-image-hash }}
148+
container: ghcr.io/stac-utils/pypgstac-base:${{ needs.check-pypgstac-base.outputs.pypgstac-image-hash }}
149149
env:
150150
PGHOST: localhost
151151
PGUSER: postgres
152152
PGPASSWORD: postgres
153153
PGDATABASE: postgres
154154
services:
155155
pg:
156-
image: ${{ env.REGISTRYPATH }}/pgstac-base:${{ needs.check-pgstac-base.outputs.pgstac-image-hash }}
156+
image: ghcr.io/stac-utils/pgstac-base:${{ needs.check-pgstac-base.outputs.pgstac-image-hash }}
157157
env:
158158
POSTGRES_PASSWORD: postgres
159159
POSTGRES_USER: postgres

0 commit comments

Comments
 (0)