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

This commit is contained in:
Sergio Morillo 2021-02-11 20:49:30 +01:00
parent cacbfd33d5
commit 80593f5e75
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: