fix: use registry.threesix.ai instead of zot.orchard9.ai
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
378a732537
commit
e867358f08
@ -17,8 +17,8 @@ steps:
|
|||||||
image: woodpeckerci/plugin-kaniko
|
image: woodpeckerci/plugin-kaniko
|
||||||
settings:
|
settings:
|
||||||
destinations:
|
destinations:
|
||||||
- zot.orchard9.ai/landing-v4:latest
|
- registry.threesix.ai/landing-v4:latest
|
||||||
- zot.orchard9.ai/landing-v4:${CI_COMMIT_SHA:0:8}
|
- registry.threesix.ai/landing-v4:${CI_COMMIT_SHA:0:8}
|
||||||
cache: true
|
cache: true
|
||||||
skip-tls-verify: true
|
skip-tls-verify: true
|
||||||
when:
|
when:
|
||||||
@ -28,7 +28,7 @@ steps:
|
|||||||
deploy:
|
deploy:
|
||||||
image: bitnami/kubectl:latest
|
image: bitnami/kubectl:latest
|
||||||
commands:
|
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:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
Loading…
Reference in New Issue
Block a user