From 872353a539359d849da4c0805103894f34d52ec6 Mon Sep 17 00:00:00 2001 From: jordan Date: Thu, 29 Jan 2026 07:55:30 +0000 Subject: [PATCH] fix: use repo/tags format instead of destinations for Kaniko --- .woodpecker.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ab22d31..a78d50f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: