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