refactor: .devops/未命名项目.yml

This commit is contained in:
hejiayu47 2024-05-22 08:50:05 +00:00 committed by jianmu
parent b2d0d7be32
commit e7c3e7aa9c
1 changed files with 5 additions and 3 deletions

View File

@ -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: '""'