From 3e387838176f39c8452a6b6f546fcff61b939318 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Sat, 10 Jun 2023 12:21:36 -0400 Subject: [PATCH] better naming for steps --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a60b1b1..401e58f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,9 +4,8 @@ name: publish-docker-image clone: depth: 1 - steps: -- name: copy-posts +- name: build-and-public-docker-image image: alpine:latest commands: - make docker