fix tagging in drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-03-15 14:49:58 +01:00
parent bd54245a51
commit 4651eb8d48

View File

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