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 910affe commit 16cca77
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 @@ -12,7 +12,7 @@ jobs:
ports:
- 6379:6379
postgres:
image: postgis/postgis:15-3.3-alpine
image: postgres:15-alpine
env:
POSTGRES_DB: ureport
POSTGRES_USER: ureport
Expand Down

0 comments on commit 16cca77

Please sign in to comment.