Fix: Use skip-tls-verify for HTTPS registry with self-signed cert
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
e114271035
commit
1ecc897145
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user