add latest tag to .drone.yml
This commit is contained in:
@@ -5,7 +5,8 @@ steps:
|
|||||||
- name: write_tags
|
- name: write_tags
|
||||||
image: busybox
|
image: busybox
|
||||||
commands:
|
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
|
- name: build_and_deploy_samservices
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|||||||
Reference in New Issue
Block a user