Try destinations format for Kaniko
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
jordan 2026-01-29 03:47:55 +00:00
parent ba55121ad8
commit 378a732537

View File

@ -16,10 +16,9 @@ steps:
docker:
image: woodpeckerci/plugin-kaniko
settings:
repo: zot.orchard9.ai/landing-v4
tags:
- latest
- ${CI_COMMIT_SHA:0:8}
destinations:
- zot.orchard9.ai/landing-v4:latest
- zot.orchard9.ai/landing-v4:${CI_COMMIT_SHA:0:8}
cache: true
skip-tls-verify: true
when: