fix: use registry.threesix.ai instead of zot.orchard9.ai
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
jordan 2026-01-29 07:05:39 +00:00
parent 378a732537
commit e867358f08

View File

@ -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