mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
postgres to alpine and runs on to latest ubuntu (#1576)
* using ubuntu-latest instead of ubuntu-18.04
* appending -alpine to postgres
on workflow and in documentations
* Revert "using ubuntu-latest instead of ubuntu-18.04"
This reverts commit 7f84b1c99a.
Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/elixir.yml
vendored
2
.github/workflows/elixir.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
|
||||
services:
|
||||
db:
|
||||
image: postgres:13
|
||||
image: postgres:13-alpine
|
||||
ports: ["5432:5432"]
|
||||
env:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
||||
Reference in New Issue
Block a user