fix: YML
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
6f398e2d6e
commit
6e771f6b88
19
.drone.yml
19
.drone.yml
|
@ -36,18 +36,17 @@ steps: # 定义管道的执行步骤
|
|||
# dockerfile: docker/Dockerfile
|
||||
# tags: latest
|
||||
#
|
||||
- name: pull_image
|
||||
image: plugins/docker
|
||||
|
||||
|
||||
- name: deploy-pull-images
|
||||
image: uhub.service.ucloud.cn/drone/ssh
|
||||
settings:
|
||||
registry: docker.io
|
||||
insecure: true # 不使用https
|
||||
repo: gong921123/hyperf
|
||||
tags:
|
||||
- latest
|
||||
host: 'gong.cool'
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
from_secret: root
|
||||
key:
|
||||
from_secret: gong921123..
|
||||
|
||||
|
||||
# - name: start_container
|
||||
# image: docker
|
||||
|
|
Loading…
Reference in New Issue