fix: YML
continuous-integration/drone/push Build is failing Details

develop
Gong 2023-08-28 16:56:41 +08:00
parent 30f20060dc
commit 35a41536c5
1 changed files with 13 additions and 13 deletions

View File

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