mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Use "postgres" instead of "postgres:14"
This commit is contained in:
parent
924da00f3e
commit
6c296ccf8e
2
.github/workflows/tests-postgres.yml
vendored
2
.github/workflows/tests-postgres.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
services:
|
||||
postgresql:
|
||||
image: postgres:14
|
||||
image: postgres
|
||||
env:
|
||||
POSTGRES_DB: snipeit
|
||||
POSTGRES_USER: snipeit
|
||||
|
|
Loading…
Reference in a new issue