From 322b13155095b802da360e18b34280f367546fc2 Mon Sep 17 00:00:00 2001 From: Kellen Renshaw Date: Thu, 13 Oct 2022 17:00:31 -0700 Subject: [PATCH] Fix SSL issue in clone Signed-off-by: Kellen Renshaw --- .woodpecker.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index fb5a17f..57bd7c9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,6 +5,15 @@ # DOCKER_PASSWORD - Woodpecker CI Secret which is container registry password # # Adjust branches to test things. +# +# This configs the clone to skip SSL verification. FIXME with a real cert insert. +# +clone: + git: + image: woodpeckerci/plugin-git + settings: + skip_verify: true + pipeline: publish-docker-image: image: plugins/kaniko