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

This commit is contained in:
yystopf 2024-05-13 08:42:40 +00:00 committed by viletyy
parent 32ea232bb0
commit 18879e4b54
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ workflow:
name: docker镜像构建
task: docker_image_build@1.6.0
input:
image_name: '"test"'
docker_username: ((dockerhub.zhanghao))
docker_password: ((dockerhub.mima))
image_name: '"reposyncer"'
image_tag: '"latest"'
registry_address: '""'
docker_file: git_clone_0.git_path+"/Dockerfile"