From 8556c77fb00b05227fb3a8a8550ebacd423fd6f8 Mon Sep 17 00:00:00 2001 From: Adrien Date: Fri, 12 Apr 2024 23:08:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20typo?= 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 5163eec..c26b07d 100644 --- a/.woodpecker/.deploy.yaml +++ b/.woodpecker/.deploy.yaml @@ -8,7 +8,7 @@ steps: cache: true auto_tag: true build_args: - - JOBS_NB=1 # limit the number of jobs to run in order to limit the consumed RAM + - JOBS_NB: 1 # limit the number of jobs to run in order to limit the consumed RAM username: nologin password: from_secret: registry-password