diff --git a/drone.yml b/drone.yml index 15d9b7d..3228838 100644 --- a/drone.yml +++ b/drone.yml @@ -3,9 +3,9 @@ name: default steps: - name: tag - image: node - commands: - - echo -n "$(date +%Y%m%d_%H%M%S), latest" > .tags + image: node + commands: + - echo -n "$(date +%Y%m%d_%H%M%S), latest" > .tags - name: docker image: plugins/docker settings: