refactor: .devops/tencent-develop.yml

This commit is contained in:
devad 2025-05-14 11:18:45 +08:00 committed by jianmu
parent c85a67a3e6
commit 2c22db7f94
1 changed files with 6 additions and 3 deletions

View File

@ -25,15 +25,18 @@ workflow:
cache: cache:
GOCACHE: /root/.cache/go-build GOCACHE: /root/.cache/go-build
GOMODCACHE: /go/pkg/mod GOMODCACHE: /go/pkg/mod
task: docker_image_build@2.1.0 task: docker_image_build@1.6.0
input: input:
registry_address: '"registry.cn-hangzhou.aliyuncs.com"'
docker_username: ((aly.docker_user)) docker_username: ((aly.docker_user))
docker_password: ((aly.docker_password)) docker_password: ((aly.docker_password))
image_name: '"registry.cn-hangzhou.aliyuncs.com/jcce/pcm-core-api"' image_name: '"registry.cn-hangzhou.aliyuncs.com/jcce/pcm-core-api"'
image_tag: '"dev-latest"' image_tag: '"dev-latest"'
docker_file: git_clone_0.git_path+"/Dockerfile" registry_address: '"registry.cn-hangzhou.aliyuncs.com"'
docker_file: '"Dockerfile"'
docker_build_path: '"."' docker_build_path: '"."'
workspace: git_clone_0.git_path
image_clean: true
image_push: true
build_args: '""' build_args: '""'
needs: needs:
- git_clone_0 - git_clone_0