From 3c04aa496d30b584727be52128c1629abf7958c5 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Mon, 20 Feb 2023 20:14:55 -0800 Subject: [PATCH] Multi-tag? --- .drone.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yaml b/.drone.yaml index 9385c1c..c792da3 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -14,7 +14,9 @@ steps: dockerfile: app/Dockerfile registry: gitea.scubbo.org repo: gitea.scubbo.org/scubbo/pi-temperature-monitoring - tags: ${DRONE_COMMIT_SHA:0:10} + tags: + - ${DRONE_COMMIT_SHA:0:10} + - latest debug: true launch_debug: true username: scubbo