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