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

This commit is contained in:
Sergio Morillo 2021-02-11 20:17:09 +01:00
parent 91e404ed5f
commit 442e12f9f9

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: