Browse Source

refactor: .devops/基于gitlink构建.yml

gitlink
songjc jianmu 1 year ago
parent
commit
a126dce16f
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .devops/基于gitlink构建.yml

+ 3
- 3
.devops/基于gitlink构建.yml View File

@@ -138,15 +138,15 @@ workflow:
- git_clone_0
- git_clone_1
- ref: docker_image_build_4
name: docker镜像构建
name: build
task: docker_image_build@1.6.0
input:
image_name: '""'
image_name: '"storage-builder"'
image_tag: '"latest"'
registry_address: '""'
docker_file: '"Dockerfile"'
docker_build_path: '"."'
workspace: '"."'
workspace: git_clone_0.git_path
image_push: true
build_args: '""'
needs:


Loading…
Cancel
Save