Update .drone.yml
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
8c9034df30
commit
4a3c6d4bb6
22
.drone.yml
22
.drone.yml
|
@ -7,16 +7,16 @@ trigger:
|
|||
|
||||
steps:
|
||||
|
||||
- name: build-docker-image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_reg_username
|
||||
password:
|
||||
from_secret: docker_reg_password
|
||||
repo: docker.zcj.plus/drone-ci/fe
|
||||
tags: latest
|
||||
registry: https://docker.zcj.plus
|
||||
# - name: build-docker-image
|
||||
# image: plugins/docker
|
||||
# settings:
|
||||
# username:
|
||||
# from_secret: docker_reg_username
|
||||
# password:
|
||||
# from_secret: docker_reg_password
|
||||
# repo: docker.zcj.plus/drone-ci/fe
|
||||
# tags: latest
|
||||
# registry: https://docker.zcj.plus
|
||||
|
||||
- name: login-docker
|
||||
image: appleboy/drone-ssh
|
||||
|
@ -25,7 +25,7 @@ steps:
|
|||
- docker_reg_username
|
||||
- docker_reg_password
|
||||
host:
|
||||
from_secret: ssh_port
|
||||
from_secret: ssh_host
|
||||
username:
|
||||
from_secret: ssh_username
|
||||
password:
|
||||
|
|
Loading…
Reference in New Issue