Skip to content

Commit

Permalink
Use alpine postgres for faster pulls
Browse files Browse the repository at this point in the history
  • Loading branch information
mUusitalo committed Oct 19, 2024
1 parent dc6244d commit 2a12fd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:14
image: postgres:14-alpine
env:
POSTGRES_PASSWORD: ci-password
POSTGRES_DB: vaalikoppi
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
needs: build
services:
postgres:
image: postgres:14
image: postgres:14-alpine
env:
POSTGRES_PASSWORD: ci-password
POSTGRES_DB: vaalikoppi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:14
image: postgres:14-alpine
env:
POSTGRES_PASSWORD: ci-password
POSTGRES_DB: vaalikoppi
Expand Down

0 comments on commit 2a12fd4

Please sign in to comment.