From 4b9a2ef043bda6346ca72a74c18efd88a2cc3178 Mon Sep 17 00:00:00 2001 From: Sergio Morillo Date: Thu, 11 Feb 2021 20:08:47 +0100 Subject: [PATCH] "Define image policy in drone.yml [SKIP CI]." --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index de4821e..4b9b80e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,8 @@ pipeline: services: postgresql: - image: postgres + image: postgres:12 + pull: if-not-exists environment: - POSTGRES_HOST_AUTH_METHOD=trust when: