"Define image policy in drone.yml [SKIP CI]."

This commit is contained in:
Sergio Morillo 2021-02-11 20:08:47 +01:00
parent d0c1e772c2
commit 4b9a2ef043
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ pipeline:
services:
postgresql:
image: postgres
image: postgres:12
pull: if-not-exists
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
when: