Skip to content

Commit 6736f73

Browse files
committed
Release CDH v0.0.3-beta
Signed-off-by: Jiale Zhang <[email protected]>
1 parent a294e97 commit 6736f73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

APPLICATION/confidential-data-hub/buildspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ baseos_version: &BASEOS_VERSION
55

66
# 定义镜像仓库信息
77
repository_info:
8-
acr: &ACR_PROD confidential-ai-registry.cn-shanghai.cr.aliyuncs.com/product/confidential-data-hub
8+
acr: &ACR_PROD confidential-ai-registry.cn-shanghai.cr.aliyuncs.com/product
99

1010
# 定义镜像测试信息
1111
t-one:
@@ -30,7 +30,7 @@ images:
3030
path: Dockerfile.cdh
3131
scene:
3232
args: []
33-
tags: [[0.0.1, latest]]
33+
tags: [[0.0.3-beta, latest]]
3434
registry: [*ACR_PROD]
3535
# 测试配置
3636
test_config: [*WORKSPACE, *PROJECT, *TEST_SUITE, *TEST_CONF, *TEST_CASE, *CLOUD_SERVER_TAG[0], '']

APPLICATION/confidential-data-hub/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 版本关系依赖表,默认继承 version-base.yml 配置,可重写覆盖
22
BaseDependency: ../version-base.yml
33
Dependency:
4-
name: trustiflux
4+
name: confidential-data-hub
55
image_type: application
66
versions:
77
1.0.1:

0 commit comments

Comments
 (0)