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]
docker:
image: gcr.io/kaniko-project/executor:debug
commands:
- >
/kaniko/executor
--context .
--dockerfile Dockerfile
--destination zot.orchard9.ai/landing-v4:latest
--destination zot.orchard9.ai/landing-v4:${CI_COMMIT_SHA:0:8}
--cache=true
--skip-tls-verify
--skip-tls-verify-pull
image: woodpeckerci/plugin-kaniko
settings:
repo: zot.orchard9.ai/landing-v4
tags:
- latest
- ${CI_COMMIT_SHA:0:8}
cache: true
skip_tls_verify: true
when:
- event: push
branch: main