@@ -15,16 +15,16 @@ steps:
1515 - name : build and publish
1616 image : plugins/docker
1717 settings :
18- registry : registry.dev.onetask .ai
18+ registry : registry.dev.kern .ai
1919 username :
2020 from_secret : docker_username
2121 password :
2222 from_secret : docker_password
23- repo : " registry.dev.onetask .ai/code-kern-ai/refinery-parent-images"
23+ repo : " registry.dev.kern .ai/code-kern-ai/refinery-parent-images"
2424 tags : ["${DRONE_COMMIT_SHA}-exec-env", "${DRONE_COMMIT_BRANCH}-exec-env"]
2525 cache_from :
26- - " registry.dev.onetask .ai/code-kern-ai/refinery-parent-images:dev-exec-env"
27- - " registry.dev.onetask .ai/code-kern-ai/refinery-parent-images:${DRONE_COMMIT_BRANCH}-exec-env"
26+ - " registry.dev.kern .ai/code-kern-ai/refinery-parent-images:dev-exec-env"
27+ - " registry.dev.kern .ai/code-kern-ai/refinery-parent-images:${DRONE_COMMIT_BRANCH}-exec-env"
2828
2929trigger :
3030 event :
@@ -48,16 +48,16 @@ steps:
4848 - name : build and publish
4949 image : plugins/docker
5050 settings :
51- registry : registry.dev.onetask .ai
51+ registry : registry.dev.kern .ai
5252 username :
5353 from_secret : docker_username
5454 password :
5555 from_secret : docker_password
56- repo : " registry.dev.onetask .ai/code-kern-ai/refinery-parent-images"
56+ repo : " registry.dev.kern .ai/code-kern-ai/refinery-parent-images"
5757 tags : ["${DRONE_COMMIT_SHA}-exec-env-arm64", "${DRONE_COMMIT_BRANCH}-exec-env-arm64"]
5858 cache_from :
59- - " registry.dev.onetask .ai/code-kern-ai/refinery-parent-images:dev-exec-env-arm64"
60- - " registry.dev.onetask .ai/code-kern-ai/refinery-parent-images:${DRONE_COMMIT_BRANCH}-exec-env-arm64"
59+ - " registry.dev.kern .ai/code-kern-ai/refinery-parent-images:dev-exec-env-arm64"
60+ - " registry.dev.kern .ai/code-kern-ai/refinery-parent-images:${DRONE_COMMIT_BRANCH}-exec-env-arm64"
6161
6262trigger :
6363 branch :
0 commit comments