fix: YML
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
30f20060dc
commit
35a41536c5
26
.drone.yml
26
.drone.yml
|
@ -17,23 +17,23 @@ steps: # 定义管道的执行步骤
|
|||
commands: # 当前步骤执行的命令
|
||||
- composer -v
|
||||
- ls -a
|
||||
# - cd hyperf
|
||||
# - composer install -v
|
||||
# - ls -a
|
||||
- cd hyperf
|
||||
- composer install -v
|
||||
- ls -a
|
||||
- name: deploy-push-images
|
||||
image: plugins/docker
|
||||
commands:
|
||||
- ls -a
|
||||
# settings:
|
||||
# repo: gong921123/hyperf # 推送到dockerhub仓库去
|
||||
# registry: docker.io
|
||||
# insecure: true # 不使用https
|
||||
# username:
|
||||
# from_secret: docker_username
|
||||
# password:
|
||||
# from_secret: docker_password
|
||||
# dockerfile: hyperf/docker/Dockerfile
|
||||
# tags: latest
|
||||
settings:
|
||||
repo: gong921123/hyperf # 推送到dockerhub仓库去
|
||||
registry: docker.io
|
||||
insecure: true # 不使用https
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
dockerfile: hyperf/docker/Dockerfile
|
||||
tags: latest
|
||||
|
||||
# - name: pull_image
|
||||
# image: plugins/docker
|
||||
|
|
Loading…
Reference in New Issue