From e773dddbdd3ca17b9721f61f4d48fa2f5508908d Mon Sep 17 00:00:00 2001 From: Lukas Hirt Date: Mon, 31 Aug 2020 14:31:36 +0200 Subject: [PATCH] Use correct image for changelog generate step --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 2ce7b40..a007775 100644 --- a/.drone.star +++ b/.drone.star @@ -51,7 +51,7 @@ def changelog(ctx): }, { 'name': 'generate', - 'image': 'webhippie/golang:1.13', + 'image': 'toolhippie/calens:latest', 'pull': 'always', 'commands': [ 'make changelog',