Skip to content

Commit

Permalink
ci: fix postgis version in ci to 14-3.4-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Dec 4, 2023
1 parent a263f12 commit 9746507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
compose_service: splitter
compose_command: pytest
cache_extra_imgs: |
"docker.io/postgis/postgis:${{ vars.POSTGIS_TAG || 14-3.4-alpine }}"
"docker.io/postgis/postgis:14-3.4-alpine"

0 comments on commit 9746507

Please sign in to comment.