Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-06-06 11:08:18 +08:00
parent 8c9034df30
commit 4a3c6d4bb6

View File

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