diff --git a/.drone.yml b/.drone.yml index 5300161..b7798ae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: write_tags image: busybox commands: - - echo latest > .tags + - echo -n "latest," > .tags - grep "ENV VERSION" Dockerfile | cut -d '=' -f2 >> .tags - name: build_and_deploy_samservices