From e867358f084442957a05d8cb44ef8a12d1eae0bb Mon Sep 17 00:00:00 2001 From: jordan Date: Thu, 29 Jan 2026 07:05:39 +0000 Subject: [PATCH] fix: use registry.threesix.ai instead of zot.orchard9.ai --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4c7d67b..ab22d31 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -17,8 +17,8 @@ steps: image: woodpeckerci/plugin-kaniko settings: destinations: - - zot.orchard9.ai/landing-v4:latest - - zot.orchard9.ai/landing-v4:${CI_COMMIT_SHA:0:8} + - registry.threesix.ai/landing-v4:latest + - registry.threesix.ai/landing-v4:${CI_COMMIT_SHA:0:8} cache: true skip-tls-verify: true when: @@ -28,7 +28,7 @@ steps: deploy: image: bitnami/kubectl:latest commands: - - kubectl set image deployment/landing-v4 landing-v4=zot.orchard9.ai/landing-v4:${CI_COMMIT_SHA:0:8} -n projects + - kubectl set image deployment/landing-v4 landing-v4=registry.threesix.ai/landing-v4:${CI_COMMIT_SHA:0:8} -n projects when: - event: push - branch: main + branch: main \ No newline at end of file