From 1c5940624c417b0822ef21d16d0ebbfec4223cc6 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sat, 13 Apr 2024 00:15:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Try=20to=20setup=20build=5Fargs?= =?UTF-8?q?=20with=20a=20list=20of=20strings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/.deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.deploy.yaml b/.woodpecker/.deploy.yaml index 3fd829a..5ce480c 100644 --- a/.woodpecker/.deploy.yaml +++ b/.woodpecker/.deploy.yaml @@ -8,7 +8,7 @@ steps: cache: true auto_tag: true build_args: - - JOBS_NB=1 + - "JOBS_NB=1" username: nologin password: from_secret: registry-password