From e76069fbbe1e9c8ca6bcee9e3e5a223ef0e41fc2 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sat, 13 Apr 2024 00:12:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Retry=20to=20set=20build=5Fargs?= =?UTF-8?q?=20variable?= 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 3037da0..3fd829a 100644 --- a/.woodpecker/.deploy.yaml +++ b/.woodpecker/.deploy.yaml @@ -7,8 +7,8 @@ steps: tags: ${CI_COMMIT_SHA} cache: true auto_tag: true - args: - - JOBS_NB=1 # limit the number of jobs to run in order to limit the consumed RAM + build_args: + - JOBS_NB=1 username: nologin password: from_secret: registry-password