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