From 5f3e799ec4e6523e2851b158f04fec886cecaafa Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 14 Oct 2024 13:52:07 +0330 Subject: [PATCH] cicd: add missing period --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4299356..cc2dd42 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - name: dockersock path: /var/run/docker.sock commands: - - docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 + - docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 . - name: wait_for_image image: alpine