fix: use repo/tags format instead of destinations for Kaniko
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
jordan 2026-01-29 07:55:30 +00:00
parent 143350e2e8
commit 872353a539

View File

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