|
|
|
@ -28,9 +28,11 @@ workflow:
|
|
|
|
|
name: docker镜像构建
|
|
|
|
|
task: docker_image_build@1.6.0
|
|
|
|
|
input:
|
|
|
|
|
image_name: '""'
|
|
|
|
|
docker_username: ((docker.name))
|
|
|
|
|
docker_password: ((docker.mimia))
|
|
|
|
|
image_name: '"crpi-ybi767umyzh9owc0.cn-hangzhou.personal.cr.aliyuncs.com"'
|
|
|
|
|
image_tag: '"latest"'
|
|
|
|
|
registry_address: '""'
|
|
|
|
|
registry_address: '"crpi-ybi767umyzh9owc0.cn-hangzhou.personal.cr.aliyuncs.com/feng22/feng22:"'
|
|
|
|
|
docker_file: '"Dockerfile"'
|
|
|
|
|
docker_build_path: '"."'
|
|
|
|
|
workspace: '"."'
|
|
|
|
|