Skip to content

Commit

Permalink
Update GH action to use postgress image on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jan 23, 2025
1 parent 5961c64 commit c2098c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ports:
- 6379:6379
postgres:
image: postgis/postgis:15-3.3-alpine
image: postgres:15-alpine
env:
POSTGRES_DB: dash
POSTGRES_USER: dash
Expand Down

0 comments on commit c2098c4

Please sign in to comment.