Fix: Use Woodpecker Kaniko plugin
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
jordan 2026-01-29 03:39:15 +00:00
parent 1ecc897145
commit 34b983fc62

View File

@ -14,17 +14,14 @@ steps:
- event: [push, pull_request] - event: [push, pull_request]
docker: docker:
image: gcr.io/kaniko-project/executor:debug image: woodpeckerci/plugin-kaniko
commands: settings:
- > repo: zot.orchard9.ai/landing-v4
/kaniko/executor tags:
--context . - latest
--dockerfile Dockerfile - ${CI_COMMIT_SHA:0:8}
--destination zot.orchard9.ai/landing-v4:latest cache: true
--destination zot.orchard9.ai/landing-v4:${CI_COMMIT_SHA:0:8} skip_tls_verify: true
--cache=true
--skip-tls-verify
--skip-tls-verify-pull
when: when:
- event: push - event: push
branch: main branch: main