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:
image: woodpeckerci/plugin-kaniko
settings:
destinations:
- registry.threesix.ai/landing-v4:latest
- registry.threesix.ai/landing-v4:${CI_COMMIT_SHA:0:8}
registry: registry.threesix.ai
repo: registry.threesix.ai/landing-v4
tags:
- latest
- ${CI_COMMIT_SHA:0:8}
cache: true
skip-tls-verify: true
when: