From 1251532ca649ca6189cd960738888233362df091 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 10 Jan 2020 15:37:02 -0800 Subject: [PATCH] Fix duplicate step names --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index c7ca3d7..6a8fd70 100644 --- a/.drone.star +++ b/.drone.star @@ -156,7 +156,7 @@ def push_to_pypi(ctx): # Build and push docker image def push_docker_step(tag_suffix, arch, repo): return { - "name": "build", + "name": "push {}".format(tag_suffix), "image": "plugins/docker", "settings": { "repo": "iamthefij/minitor",