Fix SSL issue in clone
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Signed-off-by: Kellen Renshaw <kellen@bluequartz.xyz>
This commit is contained in:
2022-10-13 17:00:31 -07:00
parent 316cad44d8
commit 322b131550

View File

@@ -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