Skip to content

Commit

Permalink
chore: fix postgers version
Browse files Browse the repository at this point in the history
  • Loading branch information
k1rill-fedoseev committed Sep 27, 2024
1 parent 4d26c00 commit 6a4a3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/user-ops-indexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres
image: postgres:13.8
env:
POSTGRES_PASSWORD: admin
POSTGRES_USER: postgres
Expand Down

0 comments on commit 6a4a3ad

Please sign in to comment.