From c3b5ea8eb6b2be1c6f054bbc67b09e45cbaaabe0 Mon Sep 17 00:00:00 2001 From: Michael Gibson Date: Fri, 29 May 2020 08:53:15 -0500 Subject: [PATCH] Add latest tag to tagged images. --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e96a44f..1224077 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,9 @@ steps: repo: registry.thegibsonhome.net/protonmail-bridge build_args: - TAG=${DRONE_TAG} - tags: ${DRONE_TAG} + tags: + - ${DRONE_TAG} + - latest trigger: event: - tag \ No newline at end of file