From 7d86b833352d2c6507eada5a5341408024c82b94 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Mon, 24 Jan 2022 22:01:21 +0100 Subject: [PATCH] Tag docker image as automation --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index aac7d3c..23c79b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: - name: socket path: /var/run/docker.sock commands: - - docker build -t inventory . + - docker build -t automation . - name: deploy image: docker