Fix: Use skip-tls-verify for HTTPS registry with self-signed cert
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
jordan 2026-01-29 03:31:14 +00:00
parent e114271035
commit 1ecc897145

View File

@ -23,7 +23,8 @@ steps:
--destination zot.orchard9.ai/landing-v4:latest --destination zot.orchard9.ai/landing-v4:latest
--destination zot.orchard9.ai/landing-v4:${CI_COMMIT_SHA:0:8} --destination zot.orchard9.ai/landing-v4:${CI_COMMIT_SHA:0:8}
--cache=true --cache=true
--insecure --skip-tls-verify
--skip-tls-verify-pull
when: when:
- event: push - event: push
branch: main branch: main