add latest tag to .drone.yml

This commit is contained in:
2019-03-15 14:45:07 +01:00
parent ede815801e
commit e96b9bce3e

View File

@@ -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