fix: add --insecure flag to kaniko for docs image build
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
The registry.threesix.ai uses a self-signed certificate. Service builds use plugin-kaniko with skip-tls-verify, but docs build used raw kaniko executor without TLS bypass, causing exit 128. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
be80fd2d4a
commit
bed72961fe
@ -132,7 +132,7 @@ steps:
|
||||
echo "==> No docs/build/ directory, skipping image build"
|
||||
exit 0
|
||||
fi
|
||||
- /kaniko/executor --dockerfile=Dockerfile.nginx --context=docs --destination=registry.threesix.ai/{{PROJECT_NAME}}-docs:latest --destination=registry.threesix.ai/{{PROJECT_NAME}}-docs:${CI_COMMIT_SHA:0:8}
|
||||
- /kaniko/executor --dockerfile=Dockerfile.nginx --context=docs --insecure --destination=registry.threesix.ai/{{PROJECT_NAME}}-docs:latest --destination=registry.threesix.ai/{{PROJECT_NAME}}-docs:${CI_COMMIT_SHA:0:8}
|
||||
when:
|
||||
branch: main
|
||||
event: push
|
||||
|
||||
Loading…
Reference in New Issue
Block a user