fix tagging in drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user