增加Docker Hub认证信息
This commit is contained in:
parent
6c64d04822
commit
c4af42956b
@ -20,8 +20,15 @@ steps:
|
||||
login: true
|
||||
dockerfile: Dockerfile
|
||||
auto-tag: true
|
||||
registry: harbor.seahi.me
|
||||
registry: docker.io
|
||||
username:
|
||||
from_secret: dockerhub_username
|
||||
password:
|
||||
from_secret: dockerhub_password
|
||||
# 配置 Harbor 作为推送目标(通过额外的参数)
|
||||
repo: harbor.seahi.me/stu/task-supervisor
|
||||
custom_registries:
|
||||
- registry: harbor.seahi.me
|
||||
username:
|
||||
from_secret: harbor_username
|
||||
password:
|
||||
|
Loading…
x
Reference in New Issue
Block a user