Browse Source

refactor: .devops/tencent-develop.yml

pull/478/head
devad jianmu 6 months ago
parent
commit
81fc410614
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .devops/tencent-develop.yml

+ 2
- 2
.devops/tencent-develop.yml View File

@@ -27,12 +27,12 @@ workflow:
GOMODCACHE: /go/pkg/mod
task: docker_image_build@2.1.0
input:
registry_address: '"https://index.docker.io/v2/"'
registry_address: '"registry.cn-hangzhou.aliyuncs.com"'
docker_username: ((aly.docker_user))
docker_password: ((aly.docker_password))
image_name: '"registry.cn-hangzhou.aliyuncs.com/jcce/pcm-core-api"'
image_tag: '"dev-latest"'
docker_file: git_clone_0.git_path+"Dockerfile"
docker_file: git_clone_0.git_path
docker_build_path: '"."'
build_args: '""'
needs:


Loading…
Cancel
Save