From 7eb9947cf1516d6621d7586fa42797074fdb7622 Mon Sep 17 00:00:00 2001 From: Adrien Date: Fri, 12 Apr 2024 23:13:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20another=20typo?= 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 c26b07d..8ba6cbb 100644 --- a/.woodpecker/.deploy.yaml +++ b/.woodpecker/.deploy.yaml @@ -1,5 +1,5 @@ steps: -- name: publish + name: publish image: woodpeckerci/plugin-kaniko settings: registry: rg.fr-par.scw.cloud @@ -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