From 622449182524c9c47332db572f7b087dc6631573 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 7 Jun 2020 15:16:01 +0200 Subject: [PATCH] fix: was referencing another image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a77d5da..86988e2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ clone: steps: - name: call webhook pull: always - image: curlimages/curl:latest + image: bash:latest environment: ENDPOINT: from_secret: dockerhub_endpoint