Skip to content

Commit e9fba1f

Browse files
Rename onetask to kern (#4)
* Rename onetask to kern * Submodules updated * Submodules merge
1 parent b626d85 commit e9fba1f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.drone.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

2929
trigger:
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

6262
trigger:
6363
branch:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2022 onetask.ai GmbH
189+
Copyright 2024 Kern AI GmbH
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)