From e96b9bce3e889669a4707d33a54b2cc258c87b80 Mon Sep 17 00:00:00 2001 From: Samuel Warkentin Date: Fri, 15 Mar 2019 14:45:07 +0100 Subject: [PATCH] add latest tag to .drone.yml --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 964d8f7..5300161 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,8 @@ steps: - name: write_tags image: busybox commands: - - grep "ENV VERSION" Dockerfile | cut -d '=' -f2 > .tags + - echo latest > .tags + - grep "ENV VERSION" Dockerfile | cut -d '=' -f2 >> .tags - name: build_and_deploy_samservices image: plugins/docker