From 44f5fdd61f3ff3519465c9bffd9d400832af15c6 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 12 Feb 2021 11:35:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Try=20out=20Drone=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.star | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.star b/.drone.star index 59678f4..651e667 100644 --- a/.drone.star +++ b/.drone.star @@ -30,9 +30,9 @@ def step_for(ctx, sub_image): "settings": { "auto_tag": True, "purge": False, - "build_args": { - "DRONE_COMMIT": ctx.build.commit, - }, + "build_args": [ + "DRONE_COMMIT=%s" % ctx.build.commit, + ], "username": { "from_secret": "docker_username" }, "password": { "from_secret": "docker_password" }, "repo": "mikegerber/my_ocrd_workflow-%s" % sub_image,