forked from Gitlink/gitlink_help_center
refactor: .devops/未命名项目.yml
This commit is contained in:
parent
b2d0d7be32
commit
e7c3e7aa9c
|
@ -21,11 +21,13 @@ workflow:
|
|||
name: docker buildx构建镜像
|
||||
task: docker_buildx_build@1.0.2
|
||||
input:
|
||||
dockerfile: '""'
|
||||
context: '""'
|
||||
image: '""'
|
||||
dockerfile: '"git_clone_0.git_path/Dockerfile"'
|
||||
context: '"/"'
|
||||
image: '"registry.cn-guangzhou.aliyuncs.com/nudt_devops/gitlink_help_center"'
|
||||
platform: '""'
|
||||
registry_url: '"https://index.docker.io/v1/"'
|
||||
registry_username: ((docker.username))
|
||||
registry_password: ((docker.password))
|
||||
build_args: '""'
|
||||
tls_servername: '""'
|
||||
tls_cacert: '""'
|
||||
|
|
Loading…
Reference in New Issue