From e94ed9df87d3233548b483ab4c11bc04d0dc4742 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sat, 13 Apr 2024 00:27:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Try=20to=20setup=20build-args=20?= =?UTF-8?q?variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/.deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.deploy.yaml b/.woodpecker/.deploy.yaml index 5ce480c..e56e93b 100644 --- a/.woodpecker/.deploy.yaml +++ b/.woodpecker/.deploy.yaml @@ -7,8 +7,8 @@ steps: tags: ${CI_COMMIT_SHA} cache: true auto_tag: true - build_args: - - "JOBS_NB=1" + build-args: + - JOBS_NB=1 username: nologin password: from_secret: registry-password