From 2c9059275549196cee3486a74364c4a789fe4fe0 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sat, 13 Apr 2024 09:54:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Use=20of=20a=20temp=20plugin-kan?= =?UTF-8?q?iko=20image=20fixing=20the=20build-args=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/.deploy.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.woodpecker/.deploy.yaml b/.woodpecker/.deploy.yaml index 681766e..bee1554 100644 --- a/.woodpecker/.deploy.yaml +++ b/.woodpecker/.deploy.yaml @@ -1,13 +1,15 @@ steps: - publish: - image: woodpeckerci/plugin-kaniko + dockerize: + # Use of a temp image fixing the https://github.com/woodpecker-ci/plugin-kaniko/issues/25. + # image: woodpeckerci/plugin-kaniko + image: rg.fr-par.scw.cloud/asr-projects/plugin-kaniko:dev settings: registry: rg.fr-par.scw.cloud repo: asr-projects/beau-gosse-du-92-web 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